Skip to content

Commit

Permalink
fix: build before publishing (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
boredland authored Nov 19, 2024
1 parent ee0379a commit 34fc4fb
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 @@ -17,7 +17,7 @@
"scripts": {
"build": "tsup",
"test": "vitest",
"ci:publish": "npm run build && npm publish --access=public"
"prepublishOnly": "npm run build"
},
"license": "MIT",
"type": "module",
Expand Down Expand Up @@ -62,4 +62,4 @@
"peerDependencies": {
"viem": "^2.0.3"
}
}
}

0 comments on commit 34fc4fb

Please sign in to comment.