Skip to content

Commit e053139

Browse files
authored
Merge pull request #68 from gRoussac/dev
Remove nx cloud
2 parents 4b61286 + 64844b5 commit e053139

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

www/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"start": "npm run start:dev",
99
"start:dev": "nx run-many --target=serve --projects=api,frontend --parallel",
1010
"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",
1313
"serve:api": "node dist/apps/api/main.js",
1414
"serve": "node dist/server.js & node dist/apps/api/main.js",
1515
"e2e": "nx run api:serve & nx run frontend-e2e:e2e --skip-nx-cache && killall node",

0 commit comments

Comments
 (0)