diff --git a/package.json b/package.json index 7f6c3e3..cd46ed7 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,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 changelog authors && git add ." + "version": "run-s test authors && git add ." }, "husky": { "hooks": {