Skip to content

Commit

Permalink
chore: remove nx parallel limit
Browse files Browse the repository at this point in the history
  • Loading branch information
tzuge committed Nov 14, 2024
1 parent 6e45019 commit a5b7ac2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .openshift/configuration/content-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,5 @@ items:
API_TOKEN_SALT:
ADMIN_JWT_SECRET:
TRANSFER_TOKEN_SALT:
SUPER_ADMIN_EMAIL:
SUPER_ADMIN_PASSWORD:
2 changes: 1 addition & 1 deletion apps/content-service/config/admin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default ({ env }) => ({
},
},
flags: {
nps: env.bool('FLAG_NPS', true),
nps: env.bool('FLAG_NPS', false),
promoteEE: env.bool('FLAG_PROMOTE_EE', false),
},
});
1 change: 0 additions & 1 deletion nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,5 @@
"!{projectRoot}/src/test-setup.[jt]s"
]
},
"parallel": 1,
"defaultBase": "main"
}

0 comments on commit a5b7ac2

Please sign in to comment.