mirror of
https://github.com/shimataro/ssh-key-action.git
synced 2025-06-19 22:52:10 +10:00
Feature/scripts (#123)
* * just "npm ci" on rebuild * * do not add "package-lock.json"
This commit is contained in:
parent
9a0947af3f
commit
f75e1f50c3
1 changed files with 2 additions and 3 deletions
|
@ -2,11 +2,10 @@
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
rm -rf node_modules package-lock.json
|
npm ci
|
||||||
npm i
|
|
||||||
npm run build
|
npm run build
|
||||||
npm run verify
|
npm run verify
|
||||||
|
|
||||||
rm -rf node_modules
|
rm -rf node_modules
|
||||||
npm ci --only=production
|
npm ci --only=production
|
||||||
git add node_modules package-lock.json lib
|
git add node_modules lib
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue