diff --git a/package.json b/package.json index 7e9629f..085f3e7 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "lint": "eslint src/**/*.ts", "pack": "ncc build", "test": "mocha", - "all": "npm run build && npm run format && npm run lint && npm run pack" + "all": "npm run build && npm run format && npm run lint && npm run pack && npm test" }, "repository": { "type": "git",