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 6174bbe commit fefe41d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"test:ci": "node ./make.mjs test-ci",
"build": "node ./make.mjs build",
"build:global": "node ./make.mjs build-global",
"release": "npm publish ./dist --access public"
"release": "npm publish ../../dist --access=public --workspaces=false"
},
"peerDependencies": {
"@angular-devkit/core": ">= 17",
Expand Down

0 comments on commit fefe41d

Please sign in to comment.