Skip to content

Commit

Permalink
Try to fix npm build syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
gwenwindflower authored Sep 27, 2023
1 parent 543ca9e commit 9de463c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
- name: Lint SQL
run: sqlfluff lint models --format github-annotation-native
- name: Build Evidence
run: npm --filter ./reports run build:strict
run: npm run build:strict --prefix ./reports

0 comments on commit 9de463c

Please sign in to comment.