Skip to content

Commit

Permalink
fix(docs): syntax error in example code
Browse files Browse the repository at this point in the history
  • Loading branch information
yujunz committed Mar 26, 2020
1 parent 3bf8631 commit 63e2f9c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -262,8 +262,10 @@ each.
```python
workspace(
name = "my_wksp",
managed_directories = {"@app1_npm": ["app1/node_modules"],
"@app2_npm": ["app2/node_modules"]}},
managed_directories = {
"@npm": ["node_modules"],
"@automation_npm": ["projects/apps/automation/node_modules"],
},
)

yarn_install(
Expand Down

0 comments on commit 63e2f9c

Please sign in to comment.