Skip to content

Commit afbc0f1

Browse files
authored
Fix formatting of worktree:prepare script entry (#1838)
1 parent a9bbb8a commit afbc0f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"test:e2e:debug": "playwright test --debug",
3333
"promo": "pnpm -s script src/scripts/encrypt-promo-codes.ts",
3434
"dev:discord-gateway-cron": "tsx dev/discord-gateway-cron.ts",
35-
"worktree:prepare": "bash scripts/worktree-prepare.sh"
35+
"worktree:prepare": "bash scripts/worktree-prepare.sh",
3636
"dev:start": "tsx --tsconfig tsconfig.scripts.json dev/local/cli.ts up",
3737
"dev:stop": "tsx --tsconfig tsconfig.scripts.json dev/local/cli.ts stop",
3838
"dev:env": "tsx --tsconfig tsconfig.scripts.json dev/local/cli.ts env"

0 commit comments

Comments
 (0)