Skip to content

Commit

Permalink
feat: Update package publish task.
Browse files Browse the repository at this point in the history
  • Loading branch information
gcoguiec committed Nov 17, 2023
1 parent 3e09b16 commit c4f51d7
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 @@ -29,7 +29,7 @@
"precommit": "pnpm lint-staged",
"prepare": "husky install",
"prepush": "pnpm fmt:check",
"publish": "pnpm publish --access public",
"pub": "pnpm publish --access public",
"spellcheck": "cspell --config=.cspell.json \"**/*.{md,js,cjs,mjs}\"",
"test": "NODE_OPTIONS=--experimental-vm-modules jest"
},
Expand Down

0 comments on commit c4f51d7

Please sign in to comment.