Skip to content

Commit d33ece9

Browse files
authored
Merge branch 'main' into dependabot/npm_and_yarn/eslint-plugin-playwright-2.10.0
2 parents f7d4a8d + 40e7e34 commit d33ece9

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

apps/web-app/project.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@
2626
"apps/web-app/src/styles/material.scss"
2727
],
2828
"inlineStyleLanguage": "scss",
29-
"scripts": [],
30-
"allowedCommonJsDependencies": ["lodash"]
29+
"scripts": []
3130
},
3231
"configurations": {
3332
"production": {

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
"ngcc": "ngcc",
99
"start": "nx serve web-app",
1010
"build": "nx run-many --target=build --projects=web-app,api --parallel",
11-
"build:prod": "pnpm build -- --configuration production",
11+
"build:prod": "nx run web-app:build:production && nx run api:build:production",
1212
"build:api": "nx build api",
13-
"build:api:prod": "nx build api --configuration production",
13+
"build:api:prod": "nx run api:build:production",
1414
"build:web-app": "nx build web-app",
15-
"build:web-app:prod": "nx build web-app --configuration production",
15+
"build:web-app:prod": "nx run web-app:build:production",
1616
"build:dotnet-builder": "rimraf ./tools/builders/dotnet-builder/dist && tsc -p ./tools/builders/dotnet-builder",
1717
"update-readme": "nx run web-app:update-readme",
1818
"clean": "rimraf ./dist ./junit ./coverage ./.angular ./.nx && nx reset",

0 commit comments

Comments
 (0)