summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorAndrej Mihajlov <and@mullvad.net>2019-02-27 16:47:10 +0100
committerAndrej Mihajlov <and@mullvad.net>2019-03-01 16:22:24 +0100
commit9d17c19f9bfd4061fb99979cbb4e4362c27e212e (patch)
tree88b7810b2ee106d1e138fb4140da75be20d60797 /README.md
parente139bfcd0cd8b4335df8ef208f3ceee574f5300e (diff)
downloadmullvadvpn-9d17c19f9bfd4061fb99979cbb4e4362c27e212e.tar.xz
mullvadvpn-9d17c19f9bfd4061fb99979cbb4e4362c27e212e.zip
Update any mention of yarn workspaces
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index a81ae5561b..3a7a47dc19 100644
--- a/README.md
+++ b/README.md
@@ -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