Skip to content

Commit

Permalink
Update publish command and studio dep version
Browse files Browse the repository at this point in the history
  • Loading branch information
alec-chernicki committed Jul 11, 2024
1 parent 7dbd047 commit 47879a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/package-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
- name: Build
run: pnpm build

- run: pnpx pkg-pr-new publish './apps/commonality' './apps/studio'
- run: pnpx pkg-pr-new publish --pnpm './apps/commonality' './apps/studio'
2 changes: 1 addition & 1 deletion apps/commonality/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"dependencies": {
"@antfu/install-pkg": "^0.3.1",
"@clack/prompts": "^0.7.0",
"@commonalityco/studio": "*",
"@commonalityco/studio": "workspace:*",
"@sindresorhus/slugify": "^2.2.1",
"boxen": "^7.1.1",
"chalk": "^5.3.0",
Expand Down

0 comments on commit 47879a1

Please sign in to comment.