package.json - Add docs generation to publish task

This commit is contained in:
2019-09-04 10:46:41 +05:30
parent e01fc3ab0b
commit 18ea2e7d2a
+1 -1
View File
@@ -38,7 +38,7 @@
"test:umd": "jest --config ./scripts/jest/config.umd.js", "test:umd": "jest --config ./scripts/jest/config.umd.js",
"test:umdprod": "jest --config ./scripts/jest/config.umdprod.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", "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": { "husky": {
"hooks": { "hooks": {