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 /gui/package.json | |
| parent | e139bfcd0cd8b4335df8ef208f3ceee574f5300e (diff) | |
| download | mullvadvpn-9d17c19f9bfd4061fb99979cbb4e4362c27e212e.tar.xz mullvadvpn-9d17c19f9bfd4061fb99979cbb4e4362c27e212e.zip | |
Update any mention of yarn workspaces
Diffstat (limited to 'gui/package.json')
| -rw-r--r-- | gui/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/package.json b/gui/package.json index 150adf0605..3db27f97f2 100644 --- a/gui/package.json +++ b/gui/package.json @@ -91,7 +91,7 @@ "pack:mac": "run-s build private:pack:mac private:postbuild:mac", "pack:win": "run-s build private:pack:win", "pack:linux": "run-s build private:pack:linux", - "private:format": "prettier \"packages/**/*.{js,css,ts,tsx}\"", + "private:format": "prettier \"**/*.{js,css,ts,tsx}\"", "private:pack:mac": "yarn run private:pack --mac", "private:postbuild:mac": "rimraf ../dist/mac", "private:pack:win": "yarn run private:pack --win", |
