Skip to content

Commit

Permalink
Merge pull request #7 from frankcrypto2023/dev
Browse files Browse the repository at this point in the history
fix build:clean
  • Loading branch information
dindinw authored Aug 9, 2024
2 parents 16b7721 + b6361a2 commit db3cd58
Show file tree
Hide file tree
Showing 3 changed files with 341 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: "npm"
- run: npm ci
- run: npm run build --if-present
- run: npm run build:clean --if-present
- run: npm test
Loading

0 comments on commit db3cd58

Please sign in to comment.