Skip to content

Commit

Permalink
fix(provider): releaser added to provider-console
Browse files Browse the repository at this point in the history
  • Loading branch information
jigar-arc10 committed Feb 4, 2025
1 parent 69a3c53 commit 0fbd579
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions apps/provider-console/.release-it.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module.exports = require("@akashnetwork/releaser");
2 changes: 2 additions & 0 deletions apps/provider-console/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,12 @@
"dev": "next -p 3000",
"format": "prettier --write ./*.{ts,js,json} **/*.{ts,tsx,js,json}",
"lint": "eslint .",
"release": "release-it",
"start": "next start",
"type-check": "tsc"
},
"dependencies": {
"@akashnetwork/releaser": "*",
"@akashnetwork/ui": "*",
"@chain-registry/types": "^0.50.1",
"@cosmos-kit/cosmostation-extension": "^2.12.2",
Expand Down
1 change: 1 addition & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0fbd579

Please sign in to comment.