Packager: Move commands that can fail to post script
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
npm run update-authors
|
||||||
git diff --exit-code
|
git diff --exit-code
|
||||||
npm run package -- --sign
|
npm run package -- --sign
|
||||||
git push
|
git push
|
||||||
|
|||||||
@@ -2,8 +2,6 @@
|
|||||||
set -e
|
set -e
|
||||||
|
|
||||||
git pull
|
git pull
|
||||||
npm run update-authors
|
|
||||||
git diff --exit-code
|
|
||||||
rm -rf node_modules/
|
rm -rf node_modules/
|
||||||
npm install
|
npm install
|
||||||
npm dedupe
|
npm dedupe
|
||||||
|
|||||||
Reference in New Issue
Block a user