Skip to content

Commit

Permalink
Maybe fix lint command
Browse files Browse the repository at this point in the history
  • Loading branch information
blaise17 committed Nov 22, 2024
1 parent cdcd1d1 commit ae51112
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: npm install
run: npm ci
- name: tslint
run: npm run ng lint
run: npm run lint
- name: build distribution
run: npm run build --prod
- name: execute tests
Expand Down

0 comments on commit ae51112

Please sign in to comment.