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

fix/351
Alexander Chibrikin 7 years ago committed by cinwell.li
parent f7cf95a771
commit 470ee474d4
  1. 3
      .gitignore
  2. 1
      build/release.sh

3
.gitignore vendored

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

@ -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"

Loading…
Cancel
Save