Skip to content

Commit

Permalink
Revert "chore: build command"
Browse files Browse the repository at this point in the history
This reverts commit a2768a9.
  • Loading branch information
jungpaeng committed Oct 1, 2023
1 parent 71194c9 commit 39d77b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
],
"scripts": {
"clean": "rimraf dist",
"build": "yarn test && yarn clean && yarn build:js && yarn build:dts",
"build": "yarn clean && yarn build:js && yarn build:dts",
"build:dts": "tsc -p tsconfig.build.json --emitDeclarationOnly",
"build:js": "node esbuild.config.cjs",
"test": "yarn vitest"
Expand Down

0 comments on commit 39d77b4

Please sign in to comment.