summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json
index 10ba1cca..14ba7580 100644
--- a/package.json
+++ b/package.json
@@ -7,11 +7,11 @@
"packages/*"
],
"scripts": {
- "build": "scripts/build.sh",
+ "build": "BUILD_SANDBOX=1 scripts/build.sh",
"clean": "scripts/clean.sh",
"test": "npm run test --workspaces",
- "start": "scripts/start.sh",
- "debug": "DEBUG=1 scripts/start.sh",
+ "start": "NODE_ENV=development scripts/start.sh",
+ "debug": "NODE_ENV=development DEBUG=1 scripts/start.sh",
"lint:fix": "eslint . --fix",
"lint": "eslint . --ext .ts,.tsx",
"typecheck": "tsc --noEmit --jsx react",