Skip to content

Commit 1bcea73

Browse files
removing npm run build from the github action
1 parent 75b9737 commit 1bcea73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test-coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
node-version: ${{ matrix.node-version }}
2727
cache: 'npm'
2828
- run: npm ci
29-
- run: npm run build --if-present
29+
# - run: npm run build --if-present
3030
- run: npm test
3131
- name: Prepare coverage
3232
if: ${{ matrix.node-version == '16.x' }}

0 commit comments

Comments
 (0)