File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
build-system-tests/scripts Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -70,8 +70,8 @@ echo "echo "{}" >package.json"
7070echo " {}" > package.json
7171
7272if [ " $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 --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
73+ echo " npx create-next-app@ ${BUILD_TOOL_VERSION} ${MEGA_APP_NAME} --yes -- ts --no-src-dir --no-experimental-app --no-eslint --no-app --no-tailwind --no-turbopack --webpack "
74+ npx create-next-app@ ${BUILD_TOOL_VERSION} ${MEGA_APP_NAME} --yes -- ts --no-src-dir --no-experimental-app --no-eslint --no-app --no-tailwind --no-turbopack --webpack
7575fi
7676
7777if [ " $BUILD_TOOL " == ' vite' ]; then
You can’t perform that action at this time.
0 commit comments