Skip to content

Commit

Permalink
add prepublishOnly script
Browse files Browse the repository at this point in the history
  • Loading branch information
odrail committed Dec 7, 2024
1 parent d0f0bda commit 115eecb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"lint": "eslint ./src",
"test": "jest",
"coverage": "jest --coverage",
"build": "rimraf dist && rollup --config"
"build": "rimraf dist && rollup --config",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 115eecb

Please sign in to comment.