We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 623b9f6 commit e6566dfCopy full SHA for e6566df
.circleci/config.yml
@@ -921,7 +921,7 @@ workflows:
921
- fail-fast
922
- unit-test:
923
name: Unit Test (PR)
924
- nx_run: affected --base=main --head=$CIRCLE_SHA1
+ nx_run: affected --base=main --head=$CIRCLE_SHA1 --skipNxCache
925
workflow: test_pull_request
926
requires:
927
- Build (PR)
libs/accounts/email-renderer/project.json
@@ -124,6 +124,7 @@
124
"options": {
125
"command": "yarn grunt --gruntfile libs/accounts/email-renderer/gruntfile.js l10n-merge"
126
},
127
+ "cwd": ".",
128
"inputs": ["{projectRoot}/gruntfile.js", "{projectRoot}/src/**/en.ftl"],
129
"outputs": [
130
"{projectRoot}/public/locales/en/emails.ftl",
0 commit comments