summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index 3499c47..393bf32 100644
--- a/package.json
+++ b/package.json
@@ -8,7 +8,8 @@
"build": "yarn build:clean && yarn build:scss",
"build:clean": "rm -fr css",
"build:scss": "node-sass --include-path node_modules --output-style expanded --source-map true index.scss css/mokha.css",
- "build:watch": "yarn build:scss --watch"
+ "build:watch": "yarn build:scss --watch",
+ "prepublishOnly": "yarn build"
},
"repository": {
"type": "git",