diff options
author | alexbiehl <alex.biehl@gmail.com> | 2017-10-30 19:07:44 +0100 |
---|---|---|
committer | alexbiehl <alex.biehl@gmail.com> | 2017-10-30 19:09:06 +0100 |
commit | 42c3cc65f6597c210732fe576479ab4ef0f1f997 (patch) | |
tree | 383c46048dbb2c036a84caf90ab2c3dc1c106b17 | |
parent | 0f181c4a70ef5e4753545cd9e0734a015bb815e1 (diff) |
Add build command to package.json
-rw-r--r-- | haddock-api/resources/html/package.json | 3 |
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", |