1
0
Fork 0
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:
shimataro 2020-01-25 09:37:22 +09:00 committed by GitHub
parent 53aa96fbad
commit 39071b500c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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