We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9bbb8a commit afbc0f1Copy full SHA for afbc0f1
package.json
@@ -32,7 +32,7 @@
32
"test:e2e:debug": "playwright test --debug",
33
"promo": "pnpm -s script src/scripts/encrypt-promo-codes.ts",
34
"dev:discord-gateway-cron": "tsx dev/discord-gateway-cron.ts",
35
- "worktree:prepare": "bash scripts/worktree-prepare.sh"
+ "worktree:prepare": "bash scripts/worktree-prepare.sh",
36
"dev:start": "tsx --tsconfig tsconfig.scripts.json dev/local/cli.ts up",
37
"dev:stop": "tsx --tsconfig tsconfig.scripts.json dev/local/cli.ts stop",
38
"dev:env": "tsx --tsconfig tsconfig.scripts.json dev/local/cli.ts env"
0 commit comments