Skip to content

Commit 6699ddd

Browse files
authored
fix: disable turbopack for next build (#6671)
1 parent 8319d5a commit 6699ddd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build-system-tests/scripts/mega-app-create-app.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ echo "echo "{}" >package.json"
7070
echo "{}" >package.json
7171

7272
if [ "$BUILD_TOOL" == 'next' ]; then
73-
echo "npx create-next-app ${MEGA_APP_NAME} --ts --no-src-dir --no-experimental-app --no-eslint --no-app --no-tailwind"
74-
npx create-next-app ${MEGA_APP_NAME} --ts --no-src-dir --no-experimental-app --no-eslint --no-app --no-tailwind
73+
echo "npx create-next-app ${MEGA_APP_NAME} --ts --no-src-dir --no-experimental-app --no-eslint --no-app --no-tailwind --no-turbopack"
74+
npx create-next-app ${MEGA_APP_NAME} --ts --no-src-dir --no-experimental-app --no-eslint --no-app --no-tailwind --no-turbopack
7575
fi
7676

7777
if [ "$BUILD_TOOL" == 'vite' ]; then

0 commit comments

Comments
 (0)