diff options
| author | Erik Larkö <erik@mullvad.net> | 2017-06-08 03:55:42 +0200 |
|---|---|---|
| committer | Erik Larkö <erik@mullvad.net> | 2017-06-09 03:03:03 +0200 |
| commit | 40aaad9589589dd2b8cf80c0fbb6f7119b69bf00 (patch) | |
| tree | 8b9a0955c4466ced8f477cc9efec2be663f419bf | |
| parent | 42e98ad4333a1a0371c30d8e9926f18b3f96fc01 (diff) | |
| download | mullvadvpn-40aaad9589589dd2b8cf80c0fbb6f7119b69bf00.tar.xz mullvadvpn-40aaad9589589dd2b8cf80c0fbb6f7119b69bf00.zip | |
Update README to use yarn
| -rw-r--r-- | README.md | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -2,12 +2,12 @@ ## Command line tools -- `$ npm run develop` - develop app with live-reload enabled -- `$ npm run flow` - type-check the code -- `$ npm run lint` - lint code -- `$ npm run docs` - generate HTML documentation -- `$ npm run pack` - prepare app for distribution for macOS, Windows, Linux. Use `pack:mac`, `pack:win`, `pack:linux` to generate package for single target. -- `$ npm run test` - run tests +- `$ yarn run develop` - develop app with live-reload enabled +- `$ yarn run flow` - type-check the code +- `$ yarn run lint` - lint code +- `$ yarn run docs` - generate HTML documentation +- `$ yarn run pack` - prepare app for distribution for macOS, Windows, Linux. Use `pack:mac`, `pack:win`, `pack:linux` to generate package for single target. +- `$ yarn run test` - run tests ## Structure |
