Update release script
This commit is contained in:
parent
e5a3095894
commit
80453d29ad
|
@ -19,7 +19,9 @@ npm install
|
||||||
grunt set_version --release=$1
|
grunt set_version --release=$1
|
||||||
|
|
||||||
# build and test
|
# build and test
|
||||||
npm test
|
rm -rf dist
|
||||||
|
npm run build
|
||||||
|
grunt test
|
||||||
|
|
||||||
# Add build files to git
|
# Add build files to git
|
||||||
sed -i "" '/^dist\/$/d' .gitignore
|
sed -i "" '/^dist\/$/d' .gitignore
|
||||||
|
|
Loading…
Reference in New Issue
Block a user