Skip to content

Commit

Permalink
0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ochaloup committed Oct 30, 2023
1 parent 0db4742 commit 21f5c0d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"publish:spl-gov-utils": "pnpm build && pnpm publish dist/packages/lib/spl-gov-utils",
"publish:ledger-utils": "pnpm build && pnpm publish dist/packages/lib/ledger-utils",
"publish:marinade-ts-cli": "pnpm build && pnpm publish dist/packages/marinade-ts-cli",
"publish:libs" : "pnpm lint && pnpm install && pnpm publish:ts-common && pnpm publish:web3js-common && pnpm publish:cli-common && pnpm publish:anchor-common && pnpm publish:jest-utils && pnpm publish:spl-gov-utils && pnpm publish:ledger-utils",
"publish:all" : "pnpm publish:libs && pnpm publish:marinade-ts-cli"
"publish:libs": "pnpm lint && pnpm install && pnpm publish:ts-common && pnpm publish:web3js-common && pnpm publish:cli-common && pnpm publish:anchor-common && pnpm publish:jest-utils && pnpm publish:spl-gov-utils && pnpm publish:ledger-utils",
"publish:all": "pnpm publish:libs && pnpm publish:marinade-ts-cli"
},
"devDependencies": {
"@jest/globals": "^29.5.0",
Expand Down Expand Up @@ -54,5 +54,6 @@
"hooks": {
"commit-msg": "[[ -n $HUSKY_BYPASS ]] || commitlint -E HUSKY_GIT_PARAMS"
}
}
},
"version": "0.0.1"
}

0 comments on commit 21f5c0d

Please sign in to comment.