Skip to content

Commit

Permalink
Merge pull request #68 from gRoussac/dev
Browse files Browse the repository at this point in the history
Remove nx cloud
  • Loading branch information
gRoussac authored Oct 30, 2024
2 parents 4b61286 + 64844b5 commit e053139
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions www/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"start": "npm run start:dev",
"start:dev": "nx run-many --target=serve --projects=api,frontend --parallel",
"start:prod": "nx run-many --target=serve --projects=api,frontend --parallel --configuration=production",
"build": "nx run-many --target=build --projects=api,frontend --parallel",
"test": "nx run-many --target=test --all --parallel",
"build": "nx run-many --target=build --projects=api,frontend --parallel --cloud=false",
"test": "nx run-many --target=test --all --parallel --cloud=false",
"serve:api": "node dist/apps/api/main.js",
"serve": "node dist/server.js & node dist/apps/api/main.js",
"e2e": "nx run api:serve & nx run frontend-e2e:e2e --skip-nx-cache && killall node",
Expand Down

0 comments on commit e053139

Please sign in to comment.