Skip to content

Commit

Permalink
fix(pkg): run prepare before publish
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Oct 27, 2021
1 parent 7e3d81f commit a8c79fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -14,7 +14,7 @@
"dist"
],
"scripts": {
"build": "unbuild",
"prepare": "unbuild",
"release": "standard-version && npm publish && git push --follow-tags",
"test": "mocha -r jiti/register ./test/**/*.test.*",
"test:types": "tsc --noEmit --module esnext --skipLibCheck --moduleResolution node ./test/*.test.ts"
Expand Down

0 comments on commit a8c79fc

Please sign in to comment.