Feat/upload (#34)

* feat: warn file invalid when upload

* build: update release shell

* update emoji

* build: compile main.js
This commit is contained in:
纪阳
2019-12-29 06:07:38 +08:00
committed by Doug Tangren
parent d651ef48cb
commit 7a7960d4c7
3 changed files with 11 additions and 3 deletions

View File

@ -12,6 +12,6 @@ git checkout -b releases/$1 # If this branch already exists, omit the -b flag
rm -rf node_modules
sed -i '/node_modules/d' .gitignore # Bash command that removes node_modules from .gitignore
npm install --production
git add node_modules .gitignore
git add node_modules -f .gitignore
git commit -m node_modules
git push origin releases/$1