add release scripts
This commit is contained in:
8
bin/release-_pre.sh
Executable file
8
bin/release-_pre.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
set -e
|
||||
|
||||
git pull
|
||||
npm run update-authors
|
||||
git diff --exit-code
|
||||
npm install
|
||||
npm test
|
||||
Reference in New Issue
Block a user