mirror of
https://github.com/shimataro/ssh-key-action.git
synced 2025-06-19 22:52:10 +10:00
* add verify step on update-dependencies
This commit is contained in:
parent
041a5e7673
commit
852f9bfbb6
1 changed files with 2 additions and 1 deletions
|
@ -20,8 +20,9 @@ npm run check-updates -- -u
|
||||||
rm -rf package-lock.json node_modules
|
rm -rf package-lock.json node_modules
|
||||||
npm i
|
npm i
|
||||||
|
|
||||||
# build check
|
# check
|
||||||
npm run build
|
npm run build
|
||||||
|
npm run verify
|
||||||
|
|
||||||
# commit
|
# commit
|
||||||
npm ci --only=production
|
npm ci --only=production
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue