Fixed an incorrect parameter

canary
WolverinDEV 2020-02-16 16:07:10 +01:00
parent eae62b98f7
commit 29c84cd1d5
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ npm install
Before you could start ahead with developing you've to compile everything.
Just execute the `web_build.sh` script:
```shell script
./scripts/web_build.sh develop
./scripts/web_build.sh development
```
### 2.5 Starting the development environment