There was an error while loading. Please reload this page.
1 parent f1d3306 commit bb3d25cCopy full SHA for bb3d25c
1 file changed
package.json
@@ -44,7 +44,7 @@
44
"publish:ci": "tsx scripts/publish/publish-ci.ts",
45
"publish:package:alpha": "tsx scripts/publish --stage alpha",
46
"publish:package:beta": "tsx scripts/publish --stage beta",
47
- "release": "npm run test && npm run clean && tsx scripts/release",
+ "release": "npm run test && tsx scripts/release",
48
"release:alpha:patch": "tsx scripts/release patch --stage alpha",
49
"release:alpha:minor": "tsx scripts/release minor --stage alpha",
50
"release:alpha:major": "tsx scripts/release major --stage alpha && npm run docs:deploy:alpha",
0 commit comments