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 25, 2020
1 parent 40e9a6c commit 906d0b8
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -261,9 +261,11 @@ each.

```python
workspace(
name = "my_wksp",
managed_directories = {"@app1_npm": ["app1/node_modules"],
"@app2_npm": ["app2/node_modules"]}},
name = "maglev_ui",
managed_directories = {
"@npm": ["node_modules"],
"@automation_npm": ["projects/apps/automation/node_modules"],
},
)

yarn_install(
Expand Down

0 comments on commit 906d0b8

Please sign in to comment.