diff --git a/package.json b/package.json index b680625..e3c83d8 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "lint": "eslint . && prettier --check .", "fix": "eslint . --fix && prettier --write .", "build": "tsup dasha.js --format esm,cjs --minify", - "prepublish": "npm run build" + "prepublishOnly": "npm run build" }, "repository": { "type": "git",