Skip to content

Commit e925245

Browse files
Fix build?
1 parent 5b63f93 commit e925245

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ jobs:
2929
cache: 'npm'
3030
- run: npm ci
3131
- run: npm run lint
32-
- run: npm run build --if-present
32+
- run: CI=false npm run build --if-present
3333
- run: npm test

0 commit comments

Comments
 (0)