Skip to content

Commit 7a11279

Browse files
authored
docs(readme): add build:dev note
Closes TrilonIO#166
1 parent 292cf5b commit 7a11279

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ The project comes with the configured Launch.json files to let you just push F5
111111

112112
```bash
113113
# cd into the directory you cloned the project into
114-
npm install && dotnet restore
114+
npm install && npm run build:dev && dotnet restore
115115
# or yarn install
116116
```
117117

0 commit comments

Comments
 (0)