aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorJan Tuomi <jans.tuomi@gmail.com>2017-12-25 21:08:27 +0200
committerJan Tuomi <jans.tuomi@gmail.com>2017-12-25 21:08:27 +0200
commite8b81067e9d58785b633fdbecf3810d7f746788b (patch)
tree37620e6c8cc9486f4793a224e11b25b151866137 /package.json
parentb048975d318da59aa0a31689a21e8f3c1c8ebb5b (diff)
Optimize for prod
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index d6a676d..19f6e3c 100644
--- a/package.json
+++ b/package.json
@@ -5,11 +5,11 @@
"author": "Jan Tuomi <jans.tuomi@gmail.com>",
"license": "MIT",
"scripts": {
- "start": "nodemon --exec caddy"
+ "build": "cp src/index.html src/style.css build/ && riot src build/bundle.js",
+ "start": "caddy"
},
"dependencies": {
"node-sass": "^4.7.2",
- "nodemon": "^1.14.1",
"riot": "^3.7.4"
}
}