Skip to content

Commit

Permalink
fix(icons): set distributed execution to false
Browse files Browse the repository at this point in the history
  • Loading branch information
alfanjauhari committed Feb 28, 2023
1 parent fd1905a commit 86d1f1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/icons/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"executor": "nx:run-commands",
"options": {
"commands": [
"npm pkg set 'version'=$(node -p \"require('../../package.json').version\")"
"NX_CLOUD_DISTRIBUTED_EXECUTION=false npm pkg set 'version'=$(node -p \"require('../../package.json').version\")"
],
"cwd": "packages/icons",
"parallel": false
Expand Down

0 comments on commit 86d1f1c

Please sign in to comment.