We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71194c9 commit 39d77b4Copy full SHA for 39d77b4
packages/core/package.json
@@ -41,7 +41,7 @@
41
],
42
"scripts": {
43
"clean": "rimraf dist",
44
- "build": "yarn test && yarn clean && yarn build:js && yarn build:dts",
+ "build": "yarn clean && yarn build:js && yarn build:dts",
45
"build:dts": "tsc -p tsconfig.build.json --emitDeclarationOnly",
46
"build:js": "node esbuild.config.cjs",
47
"test": "yarn vitest"
0 commit comments