Skip to content

Commit

Permalink
Update npm-publish-github-packages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphschuler committed Nov 20, 2023
1 parent 76ea9ad commit 21302f6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/npm-publish-github-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
with:
node-version: ${{env.NODE_VERSION}}
cache: "yarn"

- run: corepack enable
- run: yarn workspace @lib-lib/${{ matrix.package }} install
- run: yarn workspace @lib-lib/${{ matrix.package }} format
- run: yarn workspace @lib-lib/${{ matrix.package }} lint
Expand All @@ -57,6 +57,7 @@ jobs:
with:
node-version: ${{env.NODE_VERSION}}
cache: "yarn"
- run: corepack enable
- run: yarn workspace @lib-lib/${{ matrix.package }} install
- run: yarn workspace @lib-lib/${{ matrix.package }} build
- run: yarn workspace @lib-lib/${{ matrix.package }} test
Expand All @@ -81,7 +82,7 @@ jobs:
node-version: ${{env.NODE_VERSION}}
registry-url: https://npm.pkg.github.com/
cache: "yarn"

- run: corepack enable
- run: yarn workspace @lib-lib/${{ matrix.package }} install
- run: yarn workspace @lib-lib/${{ matrix.package }} publish
env:
Expand Down

0 comments on commit 21302f6

Please sign in to comment.