Skip to content

Commit

Permalink
- works around lerna install issue
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Biret <[email protected]>
  • Loading branch information
baywet committed Jan 23, 2024
1 parent 28dd4a8 commit 85436fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
- run: npm i lerna -D -W #https://github.com/lerna/lerna/issues/3815
- run: npm ci
- run: npm run build
- name: Check for Secret availability
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/publish-to-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm i lerna -D -W #https://github.com/lerna/lerna/issues/3815
- run: npm ci
- run: npm run build
- run: npm run test
Expand All @@ -38,6 +39,7 @@ jobs:
with:
node-version: 20
registry-url: https://registry.npmjs.org/
- run: npm i lerna -D -W #https://github.com/lerna/lerna/issues/3815
- run: npm ci
- run: npm run build
- run: npm publish --access public
Expand Down

0 comments on commit 85436fd

Please sign in to comment.