From 42c3cc65f6597c210732fe576479ab4ef0f1f997 Mon Sep 17 00:00:00 2001 From: alexbiehl Date: Mon, 30 Oct 2017 19:07:44 +0100 Subject: Add build command to package.json --- haddock-api/resources/html/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'haddock-api/resources/html') 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", -- cgit v1.2.3