mirror of
https://github.com/moparisthebest/mail
synced 2024-11-21 16:35:04 -05:00
Update aws release script
This commit is contained in:
parent
a610440b5a
commit
20ad94fc6b
@ -22,7 +22,9 @@ npm install --production
|
||||
find node_modules/ -name ".gitignore" -exec rm -rf {} \;
|
||||
|
||||
# Add runtime dependencies to git
|
||||
git add node_modules/ dist/
|
||||
sed -i "" '/dist/d' .gitignore
|
||||
sed -i "" '/node_modules/d' .gitignore
|
||||
git add .gitignore node_modules/ dist/
|
||||
git commit -m "Update aws-dist"
|
||||
|
||||
# push to aws
|
||||
|
Loading…
Reference in New Issue
Block a user