File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 8
8
"start" : " npm run start:dev" ,
9
9
"start:dev" : " nx run-many --target=serve --projects=api,frontend --parallel" ,
10
10
"start:prod" : " nx run-many --target=serve --projects=api,frontend --parallel --configuration=production" ,
11
- "build" : " nx run-many --target=build --projects=api,frontend --parallel" ,
12
- "test" : " nx run-many --target=test --all --parallel" ,
11
+ "build" : " nx run-many --target=build --projects=api,frontend --parallel --cloud=false " ,
12
+ "test" : " nx run-many --target=test --all --parallel --cloud=false " ,
13
13
"serve:api" : " node dist/apps/api/main.js" ,
14
14
"serve" : " node dist/server.js & node dist/apps/api/main.js" ,
15
15
"e2e" : " nx run api:serve & nx run frontend-e2e:e2e --skip-nx-cache && killall node" ,
You can’t perform that action at this time.
0 commit comments