diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index f3304b49a..9c63c67b4 100644 --- a/package.json +++ b/package.json | |||
@@ -36,7 +36,7 @@ | |||
36 | "update-host": "scripty", | 36 | "update-host": "scripty", |
37 | "test": "scripty", | 37 | "test": "scripty", |
38 | "help": "scripty", | 38 | "help": "scripty", |
39 | "postinstall": "cd client && npm install" | 39 | "postinstall": "cd client && yarn install" |
40 | }, | 40 | }, |
41 | "dependencies": { | 41 | "dependencies": { |
42 | "async": "^2.0.0", | 42 | "async": "^2.0.0", |