mirror of
https://github.com/shimataro/ssh-key-action.git
synced 2025-06-19 22:52:10 +10:00
update settings
This commit is contained in:
parent
237ea58f21
commit
8574e6f286
9 changed files with 488 additions and 596 deletions
|
@ -1,7 +1,6 @@
|
|||
#!/bin/bash
|
||||
# update dependencies
|
||||
|
||||
set -e
|
||||
set -eu
|
||||
|
||||
DATE=$(date +"%Y%m%d")
|
||||
BRANCH=feature/update-dependencies-${DATE}
|
||||
|
@ -25,10 +24,7 @@ npm run build
|
|||
npm run verify
|
||||
|
||||
# commit
|
||||
rm -rf node_modules
|
||||
npm ci --only=production
|
||||
npm run release
|
||||
git add package.json package-lock.json dist
|
||||
git add package.json package-lock.json lib
|
||||
git commit -m "update dependencies"
|
||||
|
||||
# finished!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue