Skip to content

Commit

Permalink
hotfix: upgrade create-dubhe to 0.0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
vladilen11 committed Dec 15, 2024
1 parent 69fff98 commit d9ccbd0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/create-dubhe/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-dubhe",
"version": "0.0.16",
"version": "0.0.17",
"type": "module",
"license": "MIT",
"author": "[email protected]",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"deploy": "pnpm dubhe publish --network",
"upgrade": "pnpm dubhe upgrade --network",
"schema:gen": "pnpm dubhe schemagen",
"account:gen": "pnpm dubhe generate-key --output-ts-path ./src/chain/key.ts",
"account:gen": "pnpm dubhe generate-key",
"check-balance": "pnpm dubhe check-balance --network",
"config:store": "pnpm dubhe config-store --output-ts-path ./src/chain/config.ts --network",
"// Development Environment": "----------------",
Expand Down

0 comments on commit d9ccbd0

Please sign in to comment.