diff options
| author | Andrej Mihajlov <and@mullvad.net> | 2019-02-27 16:47:10 +0100 |
|---|---|---|
| committer | Andrej Mihajlov <and@mullvad.net> | 2019-03-01 16:22:24 +0100 |
| commit | 9d17c19f9bfd4061fb99979cbb4e4362c27e212e (patch) | |
| tree | 88b7810b2ee106d1e138fb4140da75be20d60797 /README.md | |
| parent | e139bfcd0cd8b4335df8ef208f3ceee574f5300e (diff) | |
| download | mullvadvpn-9d17c19f9bfd4061fb99979cbb4e4362c27e212e.tar.xz mullvadvpn-9d17c19f9bfd4061fb99979cbb4e4362c27e212e.zip | |
Update any mention of yarn workspaces
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -177,7 +177,7 @@ sections. 1. Start the GUI in development mode by running: ```bash - yarn workspace desktop develop + yarn develop ``` If you change any javascript file while the development mode is running it will automatically @@ -242,11 +242,11 @@ this procedure, the `integration-tests.sh` script can be used to run all integra ## Command line tools for Electron GUI app development -- `$ yarn workspace desktop develop` - develop app with live-reload enabled +- `$ yarn develop` - develop app with live-reload enabled - `$ yarn lint` - lint code - `$ yarn pack:<OS>` - prepare app for distribution for your platform. Where `<OS>` can be `linux`, `mac` or `win` -- `$ yarn workspace desktop test` - run tests +- `$ yarn test` - run tests ## Repository structure |
