Skip to content

Commit

Permalink
fix: prepublish script
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalygashkov committed Oct 18, 2024
1 parent eb58bd1 commit 2bc32c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 2bc32c6

Please sign in to comment.