Skip to content

Commit

Permalink
Add rebuild npm script
Browse files Browse the repository at this point in the history
This adds a shortcut to a very common task. It would be nice to get the rest of the important bins set up as npm scripts to highlight their use some point soon. For now this exposes a the single most important script.
  • Loading branch information
bcomnes committed Aug 7, 2023
1 parent 2a64020 commit 481ba6f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"test:android": "cp -f .ssc.env test | echo && cd test && npm install --silent --no-audit && npm run test:android",
"test:android-emulator": "cp -f .ssc.env test | echo && cd test && npm install --silent --no-audit && npm run test:android-emulator",
"test:clean": "cd test && rm -rf dist",
"update-stream-relay-source": "./bin/update-stream-relay-source.sh"
"update-stream-relay-source": "./bin/update-stream-relay-source.sh",
"rebuild": "NO_ANDROID=1 NO_IOS=1 ./bin/publish-npm-modules.sh --link"
},
"private": true,
"devDependencies": {
Expand Down

0 comments on commit 481ba6f

Please sign in to comment.