Skip to content

Commit bb3d25c

Browse files
committed
[core] Fix incorrect clean script call preventing docs build
1 parent f1d3306 commit bb3d25c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"publish:ci": "tsx scripts/publish/publish-ci.ts",
4545
"publish:package:alpha": "tsx scripts/publish --stage alpha",
4646
"publish:package:beta": "tsx scripts/publish --stage beta",
47-
"release": "npm run test && npm run clean && tsx scripts/release",
47+
"release": "npm run test && tsx scripts/release",
4848
"release:alpha:patch": "tsx scripts/release patch --stage alpha",
4949
"release:alpha:minor": "tsx scripts/release minor --stage alpha",
5050
"release:alpha:major": "tsx scripts/release major --stage alpha && npm run docs:deploy:alpha",

0 commit comments

Comments
 (0)