diff --git a/package.json b/package.json index 7d5815f..737f8e6 100755 --- a/package.json +++ b/package.json @@ -5,9 +5,8 @@ "main": "dist/index.js", "scripts": { "lint": "eslint src/**", - "test": "jest", "package": "ncc build src/main.js --source-map", - "all": "npm run lint && npm run test && npm run package" + "all": "npm run lint && npm run package" }, "keywords": [], "author": "",