update build params
[apps/outliner/.git] / package.json
index 47b95a2688195d07fea2f60ac04234f443890926..24fb9244a6d9bae01c2fb1c291d6754e269ea547 100644 (file)
@@ -2,7 +2,7 @@
   "name": "outline-browser",
   "scripts": {
     "dev": "npx webpack -w",
-    "build": "npx webpack"
+    "build": "ENVIRONMENT=production npx webpack"
   },
   "devDependencies": {
     "@types/keyboardjs": "^2.5.0",
@@ -21,5 +21,9 @@
     "lodash": "^4.17.21",
     "marked": "^4.2.12",
     "uuid": "^9.0.0"
+  },
+  "volta": {
+    "node": "18.7.0",
+    "npm": "8.15.0"
   }
 }