0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-01-20 22:52:46 -05:00

chore: update scripts

This commit is contained in:
Juan Picado 2023-09-24 10:17:14 +02:00
parent 304fa4f1ce
commit 1a054fd9ae

View file

@ -131,7 +131,7 @@
"verdaccio"
],
"scripts": {
"release": "standard-version -a -s",
"release": "standard-version -a -s --prerelease beta",
"type-check": "tsc --noEmit",
"cache:clean": "yarn cache clean --mirror && yarn cache clean --all",
"type-check:watch": "yarn run type-check -- --watch",