diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index c73fa3e5..dd6a23a1 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "clean": "scripts/clean.sh", "test": "npm run test --workspaces", "start": "scripts/start.sh", - "debug": "scripts/debug.sh", + "debug": "DEBUG=1 scripts/start.sh", "lint:fix": "eslint . --fix", "lint": "eslint . --ext .ts,.tsx", "typecheck": "tsc --noEmit --jsx react", |
