Skip to content

Commit

Permalink
Fix script name typo (#633)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasIO authored Mar 8, 2024
1 parent c04669a commit 2aa840f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "1.10.1",
"scripts": {
"changeset": "changeset",
"publish:ci": "pnpm --filter @livekit/protocol run build && changeset publish"
"ci:publish": "pnpm --filter @livekit/protocol run build && changeset publish"
},
"devDependencies": {
"@changesets/cli": "^2.27.1",
Expand Down
2 changes: 1 addition & 1 deletion pnpm-workspace.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
packages:
- "packages/javascript"
- "./"
- "."

0 comments on commit 2aa840f

Please sign in to comment.