1
0
Fork 0
mirror of https://github.com/shimataro/ssh-key-action.git synced 2025-06-19 22:52:10 +10:00

Feature/scripts (#18)

* * add rebuild script

* * add update-dependencies script
This commit is contained in:
shimataro 2019-09-22 08:47:04 +09:00 committed by GitHub
parent f250ef75b2
commit c165d63ea9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 43 additions and 0 deletions

7
scripts/rebuild.sh Executable file
View file

@ -0,0 +1,7 @@
#!/bin/bash
rm -rf node_modules package-lock.json
npm i
npm run build
npm ci --only=production
git add node_modules package-lock.json lib