From ec56aa9b000c6b0e040d75af55d24346ce2c1fc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-c=C3=A9dric=20Th=C3=A9rond?= Date: Sun, 12 Jun 2016 14:42:00 +0200 Subject: [PATCH] fix prepublish hook --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1ea014a..8e63464 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "build": "npm run build:lib && npm run build:umd && npm run build:umd:min", "clean": "rimraf lib dist coverage doc", "lint": "eslint src test", - "prepublish": "npm run clean && npm run build", + "prepublish": "npm run clean && npm run build && npm run doc", "test": "mocha --compilers js:babel-register --recursive --require ./test/setup.js", "test:watch": "npm test -- --watch", "test:cov": "babel-node ./node_modules/isparta/bin/isparta cover ./node_modules/mocha/bin/_mocha -- --recursive"