aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
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"
}
}