Skip to content

Commit

Permalink
Fix workflows.
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongl committed Jul 28, 2024
1 parent 1d8b8b3 commit 1f41b79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ jobs:
node-version: '22.x'
cache: 'npm'
- run: npm ci
- run: ./mill fullLinkJS
- run: npm run build --if-present
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
node-version: '22.x'
cache: 'npm'
- run: npm ci
- run: ./mill fullLinkJS
- run: npm run build --if-present
- run: zip -r mpb.zip dist/
- name: Release
Expand Down

0 comments on commit 1f41b79

Please sign in to comment.