Skip to content

Commit

Permalink
update version and yml
Browse files Browse the repository at this point in the history
  • Loading branch information
playground committed Dec 9, 2022
1 parent 13f66b4 commit 4bf6110
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion .github/workflows/publish-hzn-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ jobs:
with:
node-version: "16.x"
registry-url: "https://registry.npmjs.org"
- run: echo "//npm.pkg.github.com/:_authToken=$NODE_AUTH_TOKEN" > ~/.npmrc
- run: npm ci
- run: npm publish
env:
Expand Down
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
{
"name": "hzn-cli",
"version": "0.4.10",
"version": "0.4.11",
"description": "Open Horizon CLI toolkit helps streamline the process of preparing node agents and perform tasks between orgs environments",
"main": "./build/index.js",
"bin": {
"oh": "./build/index.js"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com"
},
"scripts": {
"start": "nodemon -e ts --watch 'src/**/*.ts' --exec 'npm run build'",
"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",
Expand Down

0 comments on commit 4bf6110

Please sign in to comment.