diff options
| author | Andrej Mihajlov <and@mullvad.net> | 2018-08-27 13:04:39 +0300 |
|---|---|---|
| committer | Andrej Mihajlov <and@mullvad.net> | 2018-08-27 14:28:26 +0300 |
| commit | fbf561034ee6e1ff78a34cd0acf277ff1a6fa11a (patch) | |
| tree | f56c79bffbbd77038f6a29d3b8ebbc9b63e2885f /gui/package.json | |
| parent | c7cc855e1d081f76ac5bc5c68ab7ea773f1f9c4b (diff) | |
| download | mullvadvpn-fbf561034ee6e1ff78a34cd0acf277ff1a6fa11a.tar.xz mullvadvpn-fbf561034ee6e1ff78a34cd0acf277ff1a6fa11a.zip | |
Unpatch yarn on postinstall
Diffstat (limited to 'gui/package.json')
| -rw-r--r-- | gui/package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/package.json b/gui/package.json index eccc37a3ea..c6eed545c5 100644 --- a/gui/package.json +++ b/gui/package.json @@ -4,6 +4,7 @@ "packages/*" ], "scripts": { + "postinstall": "node unpatch-yarn.js", "flow": "flow", "lint": "eslint \"packages/**/*.js\"", "format": "yarn run private:format --write", |
