mirror of
https://github.com/shimataro/ssh-key-action.git
synced 2025-06-19 22:52:10 +10:00
Feature/scripts (#87)
* * refactor create-release-branch.sh * * refactor rebuild.sh * * refactor update-dependencies.sh
This commit is contained in:
parent
410fe0c2fb
commit
918fed51a1
3 changed files with 23 additions and 21 deletions
|
@ -1,5 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
rm -rf node_modules package-lock.json
|
||||
npm i
|
||||
npm run build
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue