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

This commit is contained in:
shimataro 2020-01-25 09:28:28 +09:00
parent 041a5e7673
commit 852f9bfbb6
No known key found for this signature in database
GPG key ID: BE92C05736911A9D

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