Skip to content
This repository was archived by the owner on Jan 1, 2025. It is now read-only.

Commit 1ba042a

Browse files
authored
Update package.json
1 parent 6ce5c7a commit 1ba042a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"build:npm": "npm run build:esm && npm run build:cjs",
8686
"build": "if [ \"$npm_execpath\" != \"\" ] ; then npm run build:npm ; else yarn build:yarn ; fi",
8787
"clean": "rm -rf ./out",
88-
"prepack": "yarn lint && yarn test && yarn build:yarn",
88+
"prepack": "yarn build:yarn",
8989
"prepare": "if [ \"$npm_execpath\" != \"\" ] ; then npm run build:npm ; else yarn build:yarn ; fi"
9090
},
9191
"lint-staged": {

0 commit comments

Comments
 (0)