chore: ignore ./lib , force add ./lib on release (#283)

This commit is contained in:
Alexander Chibrikin 2017-10-16 03:20:35 +03:00 committed by cinwell.li
parent f7cf95a771
commit 470ee474d4
2 changed files with 3 additions and 1 deletions

3
.gitignore vendored
View File

@ -1,4 +1,5 @@
*.log
.DS_Store
/themes
/themes/
node_modules
/lib/

View File

@ -29,6 +29,7 @@ if [[ $REPLY =~ ^[Yy]$ ]]; then
# commit
git add -A
git add -f lib/ -A
git commit -m "[build] $VERSION $RELEASE_TAG"
npm --no-git-tag-version version $VERSION --message "[release] $VERSION $RELEASE_TAG"