mirror of
https://github.com/shimataro/ssh-key-action.git
synced 2025-06-19 22:52:10 +10:00
update dependencies (#211)
This commit is contained in:
parent
adea214356
commit
1926ba6435
5 changed files with 9686 additions and 2265 deletions
|
@ -92,6 +92,7 @@ function update_dependencies_version() {
|
|||
function regenerate_package_lock() {
|
||||
rm -rf package-lock.json node_modules
|
||||
npm install
|
||||
npm dedupe
|
||||
}
|
||||
|
||||
function build_package() {
|
||||
|
|
|
@ -18,6 +18,7 @@ npm run check-updates -- -u
|
|||
# re-install packages
|
||||
rm -rf package-lock.json node_modules
|
||||
npm i
|
||||
npm dedupe
|
||||
|
||||
# check
|
||||
npm run build
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue