Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
harrydowning committed Aug 26, 2024
1 parent 8d6f6f4 commit 8be5fcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
with:
node-version: "18"
- run: npm i
- run: node run generate
- run: npm run generate
- run: "[[ -z $(git status --porcelain) ]]"
- run: npm run lint:check
- run: npm run format:check
Expand Down

0 comments on commit 8be5fcd

Please sign in to comment.