create-dubhe 0.0.16 → 0.0.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"deploy": "pnpm dubhe publish --network",
|
|
10
10
|
"upgrade": "pnpm dubhe upgrade --network",
|
|
11
11
|
"schema:gen": "pnpm dubhe schemagen",
|
|
12
|
-
"account:gen": "pnpm dubhe generate-key
|
|
12
|
+
"account:gen": "pnpm dubhe generate-key",
|
|
13
13
|
"check-balance": "pnpm dubhe check-balance --network",
|
|
14
14
|
"config:store": "pnpm dubhe config-store --output-ts-path ./src/chain/config.ts --network",
|
|
15
15
|
"// Development Environment": "----------------",
|