We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8e6e222 + 89ed631 commit 99f96c4Copy full SHA for 99f96c4
CLAUDE.md
@@ -23,7 +23,6 @@ npm run build:sitemap
23
npm run serve
24
25
# Linting and formatting (using Biome)
26
-npm run lint:check # Check for issues
27
npm run lint:fix # Fix issues automatically
28
npm run lint:ci # CI-specific linting
29
package.json
@@ -40,10 +40,9 @@
40
"build:sitemap": "next-sitemap --config ./sitemap.config.js",
41
"serve": "npx serve@latest out",
42
"test": "echo \"please write test and execute\" | exit 0",
43
- "lint:check": "biome check .",
44
"lint:fix": "biome check --write .",
45
"lint:ci": "biome ci .",
46
- "analyze": "ANALYZE=true npm run build"
+ "analyze": "next experimental-analyze"
47
},
48
"browserslist": [
49
"last 1 Chrome version",
0 commit comments