Skip to content

Commit

Permalink
Update publish command
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettmflynn committed Oct 22, 2024
1 parent f3d9ca8 commit 4182200
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"cleanup": "pnpm run clean:modules && pnpm run clean:dist",
"clean:modules": "rm -rf node_modules && pnpm -r exec rm -rf node_modules",
"clean:dist": "rm -rf dist && pnpm -r exec rm -rf dist",
"publish": "pnpm -r run publish -F --filter \"./packages/**\"",
"publish": "pnpm publish -F \"./packages/**\" --access public",
"demo": "commoners tests/demo",
"demo:build": "commoners build tests/demo",
"demo:launch": "commoners launch tests/demo"
Expand Down
3 changes: 2 additions & 1 deletion pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ packages:
- 'packages/**'
- 'tests/**'
- '!**/dist/**'
- '!packages/plugins/local-services'
- '!packages/plugins/local-services'
- '!packages/plugins/autoupdate'

0 comments on commit 4182200

Please sign in to comment.