aboutsummaryrefslogtreecommitdiff
path: root/haddock-api/resources/html/package.json
diff options
context:
space:
mode:
authoralexbiehl <alex.biehl@gmail.com>2017-10-30 19:07:44 +0100
committeralexbiehl <alex.biehl@gmail.com>2017-10-30 19:09:06 +0100
commit42c3cc65f6597c210732fe576479ab4ef0f1f997 (patch)
tree383c46048dbb2c036a84caf90ab2c3dc1c106b17 /haddock-api/resources/html/package.json
parent0f181c4a70ef5e4753545cd9e0734a015bb815e1 (diff)
Add build command to package.json
Diffstat (limited to 'haddock-api/resources/html/package.json')
-rw-r--r--haddock-api/resources/html/package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/haddock-api/resources/html/package.json b/haddock-api/resources/html/package.json
index 3f2922fa..165c4cb5 100644
--- a/haddock-api/resources/html/package.json
+++ b/haddock-api/resources/html/package.json
@@ -3,7 +3,8 @@
"version": "0.1.0",
"description": "A drop-down search on Haddock docs for navigating quickly to definitions of Haskell functions and types in the current package",
"scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
+ "test": "echo \"Error: no test specified\" && exit 1",
+ "build": "gulp"
},
"repository": {
"type": "git",