From 18ea2e7d2a444994767217db7bd6abff074406ad Mon Sep 17 00:00:00 2001 From: bendtherules Date: Wed, 4 Sep 2019 10:46:41 +0530 Subject: [PATCH] package.json - Add docs generation to publish task --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d2fed5f..c5e55f7 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "test:umd": "jest --config ./scripts/jest/config.umd.js", "test:umdprod": "jest --config ./scripts/jest/config.umdprod.js", "test:src:debug": "node --inspect ./node_modules/jest/bin/jest.js --config ./scripts/jest/config.src.js", - "version": "run-s test authors && git add ." + "version": "run-s test authors docs && git add ." }, "husky": { "hooks": {