Skip to content

Commit

Permalink
fix: improve publish command
Browse files Browse the repository at this point in the history
  • Loading branch information
TorstenDittmann committed Sep 4, 2023
1 parent 79fb105 commit a084830
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 @@ -7,7 +7,7 @@
"check": "turbo run check",
"lint": "prettier --check \"**/*.{json,md}\" && turbo run lint",
"format": "prettier --write \"**/*.{json,md}\" && turbo run format",
"publish-packages": "npm run build && npm publish --workspaces"
"publish-packages": "npm run build && npm publish --workspaces --workspace \"packages\""
},
"devDependencies": {
"@sveltejs/kit": "^1.20.4",
Expand Down

0 comments on commit a084830

Please sign in to comment.