summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authormo <mo.khan@gmail.com>2018-12-22 10:01:46 -0700
committermo <mo.khan@gmail.com>2018-12-22 10:01:46 -0700
commite5699feb49a787172230a91e0dd032fefcea45a8 (patch)
tree608c3aac95316ea21816f14f548f5cc1fb981465 /package.json
parentd9bf81f5ad639f06602e6efdfed89bb6d626aa95 (diff)
add html page to test changes
Diffstat (limited to 'package.json')
-rw-r--r--package.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/package.json b/package.json
index cd3e400..e6bc7b1 100644
--- a/package.json
+++ b/package.json
@@ -20,6 +20,9 @@
"node-sass": "^4.11.0"
},
"scripts": {
- "build-sass": "node-sass --output-style expanded --source-map true index.scss css/bulma.css"
+ "build": "yarn build:clean && yarn build:scss",
+ "build:clean": "rm -fr css",
+ "build:scss": "node-sass --output-style expanded --source-map true index.scss css/mokha.css",
+ "build:watch": "yarn build:scss --watch"
}
}