mirror of
https://github.com/shimataro/ssh-key-action.git
synced 2025-06-19 22:52:10 +10:00
* add rebuild script
This commit is contained in:
parent
f250ef75b2
commit
16906a83f0
1 changed files with 7 additions and 0 deletions
7
scripts/rebuild.sh
Executable file
7
scripts/rebuild.sh
Executable 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
|
Loading…
Add table
Add a link
Reference in a new issue