Skip to content

Commit 39d77b4

Browse files
committed
Revert "chore: build command"
This reverts commit a2768a9.
1 parent 71194c9 commit 39d77b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
],
4242
"scripts": {
4343
"clean": "rimraf dist",
44-
"build": "yarn test && yarn clean && yarn build:js && yarn build:dts",
44+
"build": "yarn clean && yarn build:js && yarn build:dts",
4545
"build:dts": "tsc -p tsconfig.build.json --emitDeclarationOnly",
4646
"build:js": "node esbuild.config.cjs",
4747
"test": "yarn vitest"

0 commit comments

Comments
 (0)