Skip to content

Commit

Permalink
chore: add public build
Browse files Browse the repository at this point in the history
  • Loading branch information
david-vaclavek committed Dec 19, 2024
1 parent d456038 commit 75c8304
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 @@ -17,7 +17,7 @@
"test": "jest",
"test-fast": "TEST_FAST=true jest",
"build": "rm -rf dist && rollup -c ./rollup.config.mjs",
"release": "npm run build && cd dist && npm publish",
"release": "npm run build && cd dist && npm publish --access public",
"prettify": "prettier --write \"{*,**/*}.{ts,tsx,js,jsx}\" && eslint --fix \"{*,**/*}.{ts,tsx,js,jsx}\"",
"packages:upgrade": "npm-check-updates -u",
"prepare": "husky install"
Expand Down

0 comments on commit 75c8304

Please # to comment.