Skip to content

Commit 1cd030a

Browse files
committed
refactor: remove build step
1 parent 17fa15e commit 1cd030a

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ jobs:
1919
run: |
2020
npm ci
2121
npm install -g codecov
22-
- name: Build
23-
run: npm run build
2422
- name: Unit test
2523
run: npm t
2624
- name: Upload coverage

0 commit comments

Comments
 (0)