Skip to content

Commit

Permalink
chore: add prepublish step (#684)
Browse files Browse the repository at this point in the history
* chore: add prepublish step

* test
  • Loading branch information
sakulstra authored Nov 6, 2024
1 parent 29abbe7 commit a557943
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@
"generate:addresses": "tsx scripts/generateAddresses.ts && npm run generate:safe && npm run prettier",
"start": "tsx scripts/generateABIs.ts && tsx scripts/generateAddresses.ts && npm run prettier",
"build": "tsup",
"ci:publish": "npm run build && npm publish --access=public",
"test": "npm run generate:addresses"
"test": "npm run generate:addresses",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit a557943

Please sign in to comment.