mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-11-27 14:59:27 +08:00
chore: update lerna release script
This commit is contained in:
parent
e25d4a3710
commit
59abdd1a74
@ -26,7 +26,7 @@
|
||||
"release:patch": "lerna version patch --create-release github",
|
||||
"release:patch:pre": "lerna version prepatch --create-release github",
|
||||
"release:pre": "lerna version prerelease --create-release github",
|
||||
"release": "npm run build:packages && lerna publish",
|
||||
"release": "npm run build:packages && lerna exec -- npm publish",
|
||||
"clean:packages": "rm -rf ./packages/*/dist",
|
||||
"reset": "npm run clean:packages && rm -rf ./**/.cache && rm -rf ./**/node_modules && rm -rf ./package-lock.json && npm install",
|
||||
"prepare": "husky install"
|
||||
|
Loading…
Reference in New Issue
Block a user