diff --git a/package.json b/package.json index 0d345ad..b218557 100755 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "package": "ncc build src/index.js --license licenses.txt", "package:watch": "npm run package -- --watch", "test": "jest", - "all": "npm run format:write && npm run lint && npm run test && npm run package" + "all": "npm run format:write && npm run lint && npm run package" }, "license": "MIT", "eslintConfig": {