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 8319d5a commit 6699dddCopy full SHA for 6699ddd
build-system-tests/scripts/mega-app-create-app.sh
@@ -70,8 +70,8 @@ echo "echo "{}" >package.json"
70
echo "{}" >package.json
71
72
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
+ echo "npx create-next-app ${MEGA_APP_NAME} --ts --no-src-dir --no-experimental-app --no-eslint --no-app --no-tailwind --no-turbopack"
+ npx create-next-app ${MEGA_APP_NAME} --ts --no-src-dir --no-experimental-app --no-eslint --no-app --no-tailwind --no-turbopack
75
fi
76
77
if [ "$BUILD_TOOL" == 'vite' ]; then
0 commit comments