Skip to content

Commit efa49bd

Browse files
authored
Update README.md (#190)
I had to run `npm run prebuild` to setup `build.ninja` in the out dir. Without it I wasn't able to run any of the other build options.
1 parent 844f225 commit efa49bd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ This repository is a fork of [ChromeDevTools/devtools-frontend](https://github.c
1919

2020
### Build-and-run options
2121

22+
Run prebuild to set up the out dir:
23+
```
24+
npm run prebuild
25+
```
26+
2227
1. Build continuously with a file watcher:
2328
2429
```sh

0 commit comments

Comments
 (0)