Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Commit

Permalink
chore: add prePublishOnly
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge committed Jul 12, 2023
1 parent d917d23 commit 4865ebf
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 @@ -39,6 +39,7 @@
"format": "prettier --write . --ignore-path .gitignore",
"check-format": "prettier --check .",
"lint": "eslint --ignore-path .gitignore .",
"prepublishOnly": "npm run build",
"release": "standard-version && conventional-github-releaser --preset angular"
},
"devDependencies": {
Expand Down

0 comments on commit 4865ebf

Please sign in to comment.