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 (#91)
This commit is contained in:
parent
53aa96fbad
commit
39071b500c
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
|
||||
npm i
|
||||
|
||||
# build check
|
||||
# check
|
||||
npm run build
|
||||
npm run verify
|
||||
|
||||
# commit
|
||||
npm ci --only=production
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue