Skip to content

Commit

Permalink
ci(steps): update build
Browse files Browse the repository at this point in the history
  • Loading branch information
jlenon7 committed Aug 9, 2023
1 parent e9e229e commit fae0f7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: npm run test:coverage

- name: Test code compilation
run: sh scripts/build
run: npm run build

windows:
runs-on: windows-latest
Expand All @@ -55,4 +55,4 @@ jobs:
run: npm run test:coverage

- name: Test code compilation
run: sh scripts/build
run: npm run build

0 comments on commit fae0f7f

Please sign in to comment.