From f79b57819d4bf0c618319f3e51afcf1c35e34234 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chabbey=20Fran=C3=A7ois?= Date: Wed, 1 Oct 2025 12:57:58 +0200 Subject: [PATCH] fix: pass missing parameters, CPARTS-166 --- newVersion.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/newVersion.sh b/newVersion.sh index 50a9ccb..187ac65 100755 --- a/newVersion.sh +++ b/newVersion.sh @@ -67,7 +67,7 @@ NEWLINE/g' README.md && rm README.md.bak rebaseNeeded=true git checkout -b "${version}" rm -rf org - npx --yes create-nx-workspace@"${version}" --name=org --preset=angular-monorepo --appName=frontend --bundler=esbuild --style=scss --no-ssr --e2eTestRunner=playwright --nxCloud=skip + npx --yes create-nx-workspace@"${version}" --name=org --preset=angular-monorepo --appName=frontend --bundler=esbuild --style=scss --no-ssr --e2eTestRunner=playwright --nxCloud=skip --unitTestRunner=jest --aiAgents cd org npx nx g @nx/angular:library --directory=libs/my-lib --publishable=true --importPath=@org/my-lib --no-interactive npx nx add @nx/nest