Skip to content

Commit

Permalink
fix: fix publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
ASafaeirad committed Jun 6, 2023
1 parent ecc4f51 commit 24ad209
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"prerelease": "npm run verify",
"release": "standard-version && npm publish && git push --follow-tags --no-verify",
"verify": "npm run lint && npm run test",
"prepublishOnly": "pinst --disable && pkg-ok",
"prepublishOnly": "pinst --disable && pkg-ok ./lib/esm && pkg-ok ./lib/cjs",
"postpublish": "pinst --enable",
"prepare": ".husky/prepare",
"semantic-release": "semantic-release"
Expand Down

0 comments on commit 24ad209

Please sign in to comment.