mirror of
https://github.com/shimataro/ssh-key-action.git
synced 2025-06-19 22:52:10 +10:00
* add verify on rebuild
This commit is contained in:
parent
0f5a528e4d
commit
cad3c07e1d
1 changed files with 2 additions and 0 deletions
|
@ -3,5 +3,7 @@
|
||||||
rm -rf node_modules package-lock.json
|
rm -rf node_modules package-lock.json
|
||||||
npm i
|
npm i
|
||||||
npm run build
|
npm run build
|
||||||
|
npm run verify
|
||||||
|
|
||||||
npm ci --only=production
|
npm ci --only=production
|
||||||
git add node_modules package-lock.json lib
|
git add node_modules package-lock.json lib
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue