aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index e1e51b9..5c2359c 100644
--- a/package.json
+++ b/package.json
@@ -5,7 +5,7 @@
"build:about": "npm install --prefix source/about && npm run build --prefix source/about && shx mv source/about/out dist/about",
"copy:public": "shx cp -r public/* dist/",
"build": "npm-run-all clean build:96 build:about copy:public",
- "dev": "npx wrangler dev",
+ "dev": "npm run build && npx wrangler dev",
"dev:remote": "npx wrangler dev --remote",
"deploy": "npx wrangler deploy --minify"
},