Skip to content

Commit

Permalink
ci: Add npm ci [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris committed Jan 13, 2020
1 parent b5fde4a commit ff772b1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ git pull origin master
git tag -d v1
git pull origin --tags

npm ci

mkdir ./lib
npm run build
git add ./lib/index.js
Expand Down

0 comments on commit ff772b1

Please sign in to comment.