Skip to content

Commit

Permalink
🔧 Add lint script to CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
segersniels committed Mar 29, 2024
1 parent 861a0ba commit 268e391
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "cli",
"scripts": {
"build": "zig build --summary all",
"build:ci": "CI=true npm run build"
"build:ci": "CI=true npm run build",
"lint": "zig fmt --check ."
}
}

0 comments on commit 268e391

Please sign in to comment.