diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2017-04-26 22:45:27 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2017-04-26 22:45:27 +0200 |
commit | 85cd99dc84cea7e9f428f251214bcdae428a9843 (patch) | |
tree | 1c5f1fe146fdbd9667295807b91178095cdbe4a6 /package.json | |
parent | ea893004aa1c1efd06fbea00da5baa511051c70a (diff) | |
download | PeerTube-85cd99dc84cea7e9f428f251214bcdae428a9843.tar.gz PeerTube-85cd99dc84cea7e9f428f251214bcdae428a9843.tar.zst PeerTube-85cd99dc84cea7e9f428f251214bcdae428a9843.zip |
Use yarn instead of npm install
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", |