Skip to content
This repository was archived by the owner on Mar 29, 2023. It is now read-only.

Commit fb73af3

Browse files
fix: fix publish script to publish as public
1 parent 1146123 commit fb73af3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"start": "yarn run build && node ./bin/server.js",
2424
"clean": "rm -rf dist",
2525
"build": "yarn run clean && tsc",
26-
"publish": "yarn run build && npm publish"
26+
"publish": "yarn run build && npm publish --access public"
2727
},
2828
"dependencies": {
2929
"express": "^4.17.1",

0 commit comments

Comments
 (0)