Skip to content

Commit 3fc9164

Browse files
committed
⚙️ Chore: Update Package Scripts
1 parent 004729f commit 3fc9164

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,12 @@
3737
"release": "release-it --only-version",
3838
"open:ios": "open -a \"Xcode\" example/ios",
3939
"open:android": "open -a \"Android Studio\" example/android",
40-
"open:docs": "open -a \"Typora\" ./README.md",
40+
"open:docs": "open -a \"Typora\" .",
4141
"close:ios": "killall Xcode",
4242
"reopen:ios": "yarn run close:ios ; yarn run open:ios",
4343
"build": "yarn run build:js ; yarn run build:ios",
4444
"build:js": "yarn run lint ; yarn run lint:circular-dep ; yarn run typescript ; yarn run bob build",
45+
"build:docs": "sh ./make-readme.sh",
4546
"build:ios": "sh ./scripts/build-ios.sh",
4647
"build:ios-release": "sh ./scripts/build-ios.sh Release",
4748
"build:update-version": "PACKAGE_VERSION=$(cat package.json | grep version | head -1 | awk -F: '{ print $2 }' | sed 's/[\",]//g' | sed 's/-.*//') ; cd example/ios ; agvtool new-marketing-version $PACKAGE_VERSION ; xcrun agvtool next-version -all ; cd ../..",

0 commit comments

Comments
 (0)