diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/package.json b/package.json index 9169729..3dadb8d 100644 --- a/package.json +++ b/package.json @@ -8,8 +8,8 @@ }, "main": "app.js", "scripts": { - "test": "echo \"Error: no test specified\" && exit 1", - "start": "node ./app.js" + "build-css": "./bin/build-css", + "postinstall": "./bin/build-css" }, "repository": { "type": "git", @@ -51,6 +51,7 @@ "chai": "^3.5.0", "chai-http": "^3.0.0", "mocha": "^2.5.3", + "node-sass": "^4.5.2", "supertest": "^1.2.0" } } |
