Remove changelog cmd from npm version

This commit is contained in:
2019-08-08 12:42:37 +05:30
parent 8fe3548f47
commit dd3d8fee62
+1 -1
View File
@@ -37,7 +37,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 changelog authors && git add ." "version": "run-s test authors && git add ."
}, },
"husky": { "husky": {
"hooks": { "hooks": {