Skip to content

Commit

Permalink
fix: bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
czy88840616 committed Dec 29, 2023
1 parent ec410ca commit 21471f1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/schedule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run bootstrap
- run: npm run test

build-windows:
Expand All @@ -40,5 +39,4 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run bootstrap
- run: npm run test

0 comments on commit 21471f1

Please sign in to comment.