Skip to content

Commit

Permalink
ci: fix publish-packages command
Browse files Browse the repository at this point in the history
  • Loading branch information
chfoidl committed Dec 11, 2023
1 parent fda118e commit 7c458da
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 @@ -19,7 +19,7 @@
"format:check": "prettier --check '{src,tests}/**/*.{ts,tsx}'",
"format:write": "prettier --write '{src,tests}/**/*.{ts,tsx}'",
"version-packages": "pnpm run '/(build|lint|test|typecheck)/' && changeset version && pnpm install --lockfile-only",
"publish-packages": "pnpm run test && turbo run export-version && turbo run build lint typecheck && changeset publish"
"publish-packages": "pnpm run '/(build|lint|test|typecheck)/' && changeset publish"
},
"author": {
"name": "Christian Foidl",
Expand Down

0 comments on commit 7c458da

Please sign in to comment.