We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee9e139 commit f8224bfCopy full SHA for f8224bf
package.json
@@ -14,6 +14,7 @@
14
"dev": "next dev",
15
"build": "next build",
16
"start": "next start",
17
+ "analyze": "ANALYZE=true pnpm build",
18
"lint:check:types": "tsc --noEmit",
19
"lint:check:js": "eslint .",
20
"lint:fix:js": "eslint . --fix",
@@ -26,8 +27,7 @@
26
27
"version": "changeset version && pnpm install --no-frozen-lockfile",
28
"ci:review": "pnpm run lint",
29
"prepare": "husky",
- "precommit": "lint-staged",
30
- "analyze": "ANALYZE=true pnpm build"
+ "precommit": "lint-staged"
31
},
32
"dependencies": {
33
"@next/bundle-analyzer": "15.4.6",
0 commit comments