Skip to content

Commit

Permalink
Updated build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
mdidon committed Nov 18, 2024
1 parent 073cdfe commit b319849
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: corepack enable
- run: yarn install
- run: yarn build
- run: yarn test | npx tap-pessimist
1 change: 1 addition & 0 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
with:
node-version: 22
registry-url: https://registry.npmjs.org/
- run: corepack enable
- run: yarn install
- run: yarn build
- run: git config --global user.name "ON LX Team"
Expand Down

0 comments on commit b319849

Please sign in to comment.