File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626 " apps/web-app/src/styles/material.scss"
2727 ],
2828 "inlineStyleLanguage" : " scss" ,
29- "scripts" : [],
30- "allowedCommonJsDependencies" : [" lodash" ]
29+ "scripts" : []
3130 },
3231 "configurations" : {
3332 "production" : {
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments