[travis] shapeup package.json in release
remove devDependencies from package.json. resolve #495.
This commit is contained in:
parent
df8c28688a
commit
dd7bf7c1c1
2 changed files with 14 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue