Skip to content

Commit

Permalink
Merge pull request #903 from StackStorm/update_readme
Browse files Browse the repository at this point in the history
  • Loading branch information
amanda11 committed Aug 4, 2021
2 parents 2180581 + 5541289 commit fbdc4dd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@ then you need to bootstrap the micromodules
$ lerna bootstrap
```

to avoid conflicts on node_modules, delete those generated by lerna:

```shell
$ rm -rf apps/st2-workflows/node_modules/
```

and finally run build system to fetch the font, compile css and so on

```shell
Expand Down

0 comments on commit fbdc4dd

Please sign in to comment.