1
0
Fork 0
mirror of https://github.com/shimataro/ssh-key-action.git synced 2025-06-19 22:52:10 +10:00

Feature/scripts (#66)

* * add verify on rebuild

* * add create-release-branch
This commit is contained in:
shimataro 2020-01-18 11:58:48 +09:00 committed by GitHub
parent aded825a59
commit 064d711681
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 183 additions and 0 deletions

View file

@ -3,5 +3,7 @@
rm -rf node_modules package-lock.json
npm i
npm run build
npm run verify
npm ci --only=production
git add node_modules package-lock.json lib