[commit: haddock] ghc-head, master, wip/T14529, wip/revert-ttg-2017-11-20, wip/ttg-2017-11-06, wip/ttg2-2017-11-10, wip/ttg3-2017-11-12, wip/ttg4-constraints-2017-11-13, wip/ttg6-unrevert-2017-11-22: Add build command to package.json (42c3cc6)

git at git.haskell.org git at git.haskell.org
Tue Nov 28 11:55:44 UTC 2017


Repository : ssh://git@git.haskell.org/haddock

On branches: ghc-head,master,wip/T14529,wip/revert-ttg-2017-11-20,wip/ttg-2017-11-06,wip/ttg2-2017-11-10,wip/ttg3-2017-11-12,wip/ttg4-constraints-2017-11-13,wip/ttg6-unrevert-2017-11-22
Link       : http://git.haskell.org/haddock.git/commitdiff/42c3cc65f6597c210732fe576479ab4ef0f1f997

>---------------------------------------------------------------

commit 42c3cc65f6597c210732fe576479ab4ef0f1f997
Author: alexbiehl <alex.biehl at gmail.com>
Date:   Mon Oct 30 19:07:44 2017 +0100

    Add build command to package.json


>---------------------------------------------------------------

42c3cc65f6597c210732fe576479ab4ef0f1f997
 haddock-api/resources/html/package.json | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/haddock-api/resources/html/package.json b/haddock-api/resources/html/package.json
index 3f2922f..165c4cb 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",



More information about the ghc-commits mailing list