Skip to content

Commit

Permalink
fix build:clean
Browse files Browse the repository at this point in the history
  • Loading branch information
frankcrypto2023 committed Aug 9, 2024
1 parent b4b2d61 commit b6361a2
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 b6361a2

Please sign in to comment.