Skip to content

Commit

Permalink
chore(repo): fix copy dep ordering (nrwl#6919)
Browse files Browse the repository at this point in the history
  • Loading branch information
AgentEnder authored and ManojBahuguna committed Sep 16, 2021
1 parent 3aee029 commit 0caeb09
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/nx/project.json
Expand Up @@ -50,9 +50,6 @@
"commands": [
{
"command": "node ./scripts/copy-readme.js nx"
},
{
"command": "node ./scripts/add-dependency-to-build.js tao nx@*"
}
],
"parallel": false
Expand Down
3 changes: 3 additions & 0 deletions packages/tao/project.json
Expand Up @@ -61,6 +61,9 @@
},
{
"command": "node ./scripts/copy-readme.js tao"
},
{
"command": "node ./scripts/add-dependency-to-build.js tao nx@*"
}
],
"parallel": false
Expand Down

0 comments on commit 0caeb09

Please sign in to comment.