Skip to content

Commit

Permalink
Update package.json (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanghengxin authored Feb 23, 2024
1 parent 0ac7d45 commit 083952f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish_npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ jobs:
make build
- run: npm i
- run: npm run start
- run: npm publish
- run: npm publish --access
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"generate:local": "openapi-generator-cli generate -g typescript-axios -i ./api/message_bus/openapi.yaml -o ./generate",
"generate:npx": "npx @openapitools/openapi-generator-cli generate -g typescript-axios -i ./api/message_bus/openapi.yaml -o ./generate",
"generate:ts": "npx openapi-typescript-codegen --input ./api/message_bus/openapi.yaml --output ./generate",
"publish": "npm publish --access public",
"start": "yarn generate:ts && yarn build"
},
"homepage": "https://github.com/IceWhaleTech/CasaOS-MessageBus#readme",
Expand Down

0 comments on commit 083952f

Please sign in to comment.