Skip to content

Commit

Permalink
fix: lint run in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasAndreano committed Nov 13, 2023
1 parent 18dbc80 commit 5c84f67
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 @@ -15,7 +15,7 @@ jobs:
with:
node-version: '18.x'
- run: npm i -f
- run: npm lint
- run: npm run lint
- run: npm run build
docker:
name: Create docker image and push to private registry
Expand Down

0 comments on commit 5c84f67

Please sign in to comment.