mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
Tried to optimize product page
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
"prettier:check": "prettier --check --ignore-unknown .",
|
||||
"test": "pnpm lint && pnpm prettier:check",
|
||||
"test:e2e": "playwright test",
|
||||
"analyze": "BUNDLE_ANALYZE=true next build"
|
||||
"analyze": "cross-env BUNDLE_ANALYZE=true pnpm build"
|
||||
},
|
||||
"git": {
|
||||
"pre-commit": "lint-staged"
|
||||
|
Reference in New Issue
Block a user