Skip to content

Commit 99f96c4

Browse files
authored
Merge pull request #1242 from nasustim/update-commands
Update commands
2 parents 8e6e222 + 89ed631 commit 99f96c4

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

CLAUDE.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ npm run build:sitemap
2323
npm run serve
2424

2525
# Linting and formatting (using Biome)
26-
npm run lint:check # Check for issues
2726
npm run lint:fix # Fix issues automatically
2827
npm run lint:ci # CI-specific linting
2928

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,9 @@
4040
"build:sitemap": "next-sitemap --config ./sitemap.config.js",
4141
"serve": "npx serve@latest out",
4242
"test": "echo \"please write test and execute\" | exit 0",
43-
"lint:check": "biome check .",
4443
"lint:fix": "biome check --write .",
4544
"lint:ci": "biome ci .",
46-
"analyze": "ANALYZE=true npm run build"
45+
"analyze": "next experimental-analyze"
4746
},
4847
"browserslist": [
4948
"last 1 Chrome version",

0 commit comments

Comments
 (0)