Skip to content

Commit

Permalink
Add prepublishOnly command
Browse files Browse the repository at this point in the history
  • Loading branch information
julianrojas87 committed Jul 4, 2024
1 parent 08b9267 commit 2c06acb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
"build:recompose": "sed -z 's/var __require = (id) => {\\n return import.meta.require(id);\\n};/import Module from \"node:module\";\\nconst __require = Module.createRequire(import.meta.url);/' -i bin/bundle.mjs",
"watch": "tsc -w",
"test": "vitest run --coverage --coverage.include src",
"prepare": "husky"
"prepare": "husky",
"prepublishOnly": "npm run build"
},
"keywords": [],
"author": "",
Expand Down

0 comments on commit 2c06acb

Please sign in to comment.