Skip to content

Commit e6566df

Browse files
committed
tweak project.json and add back skipNxCache for one last debug
1 parent 623b9f6 commit e6566df

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -921,7 +921,7 @@ workflows:
921921
- fail-fast
922922
- unit-test:
923923
name: Unit Test (PR)
924-
nx_run: affected --base=main --head=$CIRCLE_SHA1
924+
nx_run: affected --base=main --head=$CIRCLE_SHA1 --skipNxCache
925925
workflow: test_pull_request
926926
requires:
927927
- Build (PR)

libs/accounts/email-renderer/project.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@
124124
"options": {
125125
"command": "yarn grunt --gruntfile libs/accounts/email-renderer/gruntfile.js l10n-merge"
126126
},
127+
"cwd": ".",
127128
"inputs": ["{projectRoot}/gruntfile.js", "{projectRoot}/src/**/en.ftl"],
128129
"outputs": [
129130
"{projectRoot}/public/locales/en/emails.ftl",

0 commit comments

Comments
 (0)