Skip to content

Commit f8224bf

Browse files
author
Kerem Sirin
committed
style: move script related line
1 parent ee9e139 commit f8224bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"dev": "next dev",
1515
"build": "next build",
1616
"start": "next start",
17+
"analyze": "ANALYZE=true pnpm build",
1718
"lint:check:types": "tsc --noEmit",
1819
"lint:check:js": "eslint .",
1920
"lint:fix:js": "eslint . --fix",
@@ -26,8 +27,7 @@
2627
"version": "changeset version && pnpm install --no-frozen-lockfile",
2728
"ci:review": "pnpm run lint",
2829
"prepare": "husky",
29-
"precommit": "lint-staged",
30-
"analyze": "ANALYZE=true pnpm build"
30+
"precommit": "lint-staged"
3131
},
3232
"dependencies": {
3333
"@next/bundle-analyzer": "15.4.6",

0 commit comments

Comments
 (0)