Skip to content

Commit

Permalink
up version
Browse files Browse the repository at this point in the history
  • Loading branch information
ieam committed Jul 6, 2024
1 parent f33b603 commit 6cdf2e3
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 23 deletions.
49 changes: 27 additions & 22 deletions package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hzn-cli",
"version": "0.8.12",
"version": "0.8.13",
"description": "Open Horizon CLI toolkit helps streamline the process of preparing node agents and perform tasks between orgs environments",
"main": "./build/index.js",
"bin": {
Expand All @@ -12,6 +12,7 @@
"build": "npx tsc && chmod +x build/*.js && chmod +x build/**/*.js && cp src/env-* build/common/src && cp -r src/hzn-config build/common/src",
"build:watch": "onchange 'src/**/*.ts' -- npm run build",
"test:local": "bash ./install.sh --skip-hzn-cli",
"test:install": "bash ./install.sh",
"local": "npm run build && npm i -g && oh && npm run postinstall",
"refresh": "rm -rf ./node_modules ./package-lock.json && npm install",
"publishObjectPolicy": "oh deploy publishMMSObjectPolicy --object=/Users/jeff/Downloads/demo-model/demo/version1/model.zip",
Expand Down

0 comments on commit 6cdf2e3

Please sign in to comment.