Skip to content

Commit

Permalink
Use auto pnpm detection of changesets (#705)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasIO authored Nov 9, 2023
1 parent 59fce7f commit 9211eb0
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 @@
"gen:docs:watch": "nodemon --watch \"tooling/api-documenter/src/**/*\" --watch \"packages/react/src/**/*\" --ignore \"packages/react/src/assets/**/*\" -e js,jsx,ts,tsx -x \"pnpm gen:docs\"",
"lint": "turbo run lint",
"preinstall": "npx only-allow pnpm",
"ci:publish": "turbo run build --filter=./packages/* && pnpm gen:docs && pnpm publish --filter=\"./packages/*\" --filter=@livekit/components-js-docs",
"ci:publish": "turbo run build --filter=./packages/* && pnpm gen:docs && changeset publish",
"start:next": "turbo run start --filter=@livekit/component-example-next...",
"test": "turbo run test",
"tooling:update-readme-nav": "node tooling/readme-manager/update-nav-in-readmes.js",
Expand Down

0 comments on commit 9211eb0

Please sign in to comment.