mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
chore: add missing script
This commit is contained in:
parent
8e5390d97c
commit
00fa01f470
1 changed files with 2 additions and 1 deletions
|
@ -115,7 +115,8 @@
|
|||
"website:build": "cd website && yarn build",
|
||||
"changeset": "changeset",
|
||||
"changeset:check": "changeset status --since-master",
|
||||
"ci:version": "run-s ci:version:changeset ci:version:repo ci:version:install",
|
||||
"ci:version": "run-s ci:version:changeset ci:version:install",
|
||||
"ci:version:install": "pnpm install --frozen-lockfile=false",
|
||||
"ci:version:changeset": "changeset version"
|
||||
},
|
||||
"license": "MIT",
|
||||
|
|
Loading…
Reference in a new issue