[travis] shapeup package.json in release

remove devDependencies from package.json.
resolve #495.
This commit is contained in:
otofune
2017-05-28 04:12:15 +09:00
parent df8c28688a
commit dd7bf7c1c1
2 changed files with 14 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ chmod 600 ~/.ssh/id_rsa
echo -e "Host github.com\n\tStrictHostKeyChecking no\n" >> ~/.ssh/config
git checkout -b release
cp -f ./.travis/.gitignore-release .gitignore
node ./.travis/shapeup.js
git add --all
git rm --cached `git ls-files --full-name -i --exclude-standard`
git config --global user.email "AyaMorisawa4869@gmail.com"