Skip to content

Commit

Permalink
CI=false in node.js.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-ramesh authored Jan 25, 2024
1 parent 3a1e57c commit 47ea58c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
- run: npm run build --if-present
- run: CI=false npm run build --if-present

0 comments on commit 47ea58c

Please sign in to comment.