Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion newVersion.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down