Skip to content

Commit

Permalink
🔧 Not sure if . resolves correctly so here we are
Browse files Browse the repository at this point in the history
  • Loading branch information
segersniels committed Apr 5, 2024
1 parent 1a588b8 commit 083400b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"scripts": {
"build": "zig build -Doptimize=ReleaseSafe --summary all",
"build:ci": "CI=true npm run build",
"lint": "zig fmt --check ."
"lint": "zig fmt --check *.zig src/*.zig"
}
}

0 comments on commit 083400b

Please sign in to comment.