Skip to content

Commit

Permalink
Merge pull request #254 from 00labs/develop
Browse files Browse the repository at this point in the history
Prod deploy
  • Loading branch information
mliu authored Aug 12, 2024
2 parents 8fc7d7c + 44fb984 commit 303adc2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/production-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Production NPM Packages Publishing
on:
pull_request:
types: [closed]
branches: ["master"]
branches: ['master']

jobs:
deploy-beta:
deploy-prod:
runs-on: ubuntu-latest
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand All @@ -21,8 +21,8 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 18.13.0
registry-url: "https://registry.npmjs.org"
cache: "yarn"
registry-url: 'https://registry.npmjs.org'
cache: 'yarn'

- name: Cache Yarn dependencies
uses: actions/cache@v3
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
]
},
"scripts": {
"lerna:publish": "yarn lerna publish patch --no-private",
"lerna:publish": "yarn lerna publish patch --no-private --access=public",
"lerna:publish:canary": "yarn lerna publish patch --preid beta --canary --no-private",
"start:widget": "yarn workspace @huma-finance/widgets cosmos",
"build:all": "yarn build:shared && yarn build:web-shared && yarn build:sdk && yarn build:widget",
Expand Down

0 comments on commit 303adc2

Please sign in to comment.