Skip to content

Commit

Permalink
restore the prepare script "npm run build"
Browse files Browse the repository at this point in the history
  • Loading branch information
milahu committed Oct 4, 2023
1 parent d4f2861 commit 5146da1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -24,7 +24,7 @@
"test:target": "mocha --recursive \"./test/tests\"",
"test:ci": "cross-env TEST_TARGET=dist yarn run test:target",
"posttest": "yarn run benchmark",
"prepare": "cd test && yarn install",
"prepare": "npm run build",
"release": "standard-version && git push --follow-tags origin main"
},
"keywords": [
Expand Down

0 comments on commit 5146da1

Please sign in to comment.