Skip to content

Commit

Permalink
add: app checks
Browse files Browse the repository at this point in the history
  • Loading branch information
clmntsnr committed Nov 8, 2024
1 parent 6549e71 commit c3cc750
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"build": "remix vite:build",
"dev": "remix vite:dev --host",
"lint": "biome check --fix ./src ./app",
"lint:ci": "biome check --diagnostic-level error ./src",
"lint:ci": "biome check --diagnostic-level error ./src ./app",
"start": "remix-serve ./build/server/index.js",
"typecheck": "tsc"
},
Expand Down

0 comments on commit c3cc750

Please sign in to comment.