Skip to content

Commit

Permalink
fix: add publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
sakulstra committed Oct 17, 2024
1 parent 3d02b94 commit c2a2d30
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 @@ -43,7 +43,8 @@
},
"scripts": {
"build": "bun run scripts/build.ts",
"cache": "bun ./scripts/refreshCache.ts"
"cache": "bun ./scripts/refreshCache.ts",
"ci:publish": "npm run build && npm publish --access=public"
},
"devDependencies": {
"@bgd-labs/aave-address-book": "^4.0.1-02c70ec5f8a433b38372b81d27ed44b79aa52f65.0",
Expand Down

0 comments on commit c2a2d30

Please sign in to comment.