Skip to content

Commit

Permalink
fix(release): npm publish not working properly
Browse files Browse the repository at this point in the history
  • Loading branch information
Badisi committed Aug 15, 2024
1 parent ffe4242 commit 39b3401
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/library/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
],
"scripts": {
"build": "node ./build.mjs",
"release": "npm publish ../../dist"
"release": "npm publish ../../dist --workspaces=false --access=public"
},
"engines": {
"node": "^16.14.0 || >=18.10.0"
Expand Down

0 comments on commit 39b3401

Please sign in to comment.