Skip to content

Commit

Permalink
npm options wrong post
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoverbear committed Oct 23, 2023
1 parent 0e429be commit 3177c7d
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 @@ -12,8 +12,8 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- run: npm install
- run: npm run all --no-save
- run: npm install --no-save
- run: npm run all
- run: git status --porcelain=v1
- run: test $(git status --porcelain=v1 2>/dev/null | wc -l) -eq 0
run-x86_64-linux:
Expand Down

0 comments on commit 3177c7d

Please sign in to comment.