Skip to content

Commit

Permalink
chore: add prepublishOnly script
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge committed Dec 22, 2023
1 parent 66848fd commit 6d6c54f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"check-format": "prettier --check src",
"lint": "eslint .",
"check-types": "tsc --noEmit",
"prepublishOnly": "npm run build",
"release": "standard-version && conventional-github-releaser --preset angular"
},
"keywords": [
Expand Down

0 comments on commit 6d6c54f

Please sign in to comment.