2.7.0 (#232)
1. Enable Turbopack for testing builds 2. Move turbopack configuration to new top-level config property 3. Bump package.json version 4. Add missing env in .env 5. Added more ignored paths to .cursorignore
This commit is contained in:
committed by
GitHub
parent
81f50777ea
commit
af84676454
@@ -7,7 +7,7 @@
|
||||
"scripts": {
|
||||
"analyze": "ANALYZE=true pnpm run build",
|
||||
"build": "next build",
|
||||
"build:test": "NODE_ENV=test next build",
|
||||
"build:test": "NODE_ENV=test next build --turbopack",
|
||||
"clean": "git clean -xdf .next .turbo node_modules",
|
||||
"dev": "next dev --turbo | pino-pretty -c",
|
||||
"lint": "eslint .",
|
||||
|
||||
Reference in New Issue
Block a user