summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 42bb757..078360c 100644
--- a/package.json
+++ b/package.json
@@ -5,7 +5,7 @@
"main": "src/sass/mystyles.scss",
"scripts": {
"css-build": "node-sass --omit-source-map-url src/sass/mystyles.scss dist/css/mystyles.css",
- "build": "cp src/*.html dist/ && cp src/*.js dist/ && npm run css-build",
+ "build": "cp -R src/ dist/ && npm run css-build",
"build-watch": "watch 'npm run build' src"
},
"author": "Adam Carpenter",