Skip to content

Commit 59e10a0

Browse files
committed
restore the prepare script: npm run build
1 parent d4f2861 commit 59e10a0

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
@@ -24,7 +24,7 @@
2424
"test:target": "mocha --recursive \"./test/tests\"",
2525
"test:ci": "cross-env TEST_TARGET=dist yarn run test:target",
2626
"posttest": "yarn run benchmark",
27-
"prepare": "cd test && yarn install",
27+
"prepare": "npm run build",
2828
"release": "standard-version && git push --follow-tags origin main"
2929
},
3030
"keywords": [

0 commit comments

Comments
 (0)