diff --git a/package.json b/package.json index a4a5856c..af6afe6d 100644 --- a/package.json +++ b/package.json @@ -33,6 +33,7 @@ "lint": "eslint --cache .", "pretest": "npm run build", "test": "node ./dist/cli.js tests/index.ts", + "prepack": "npm run build", "prepublishOnly": "npm test" }, "dependencies": {