From 85cd99dc84cea7e9f428f251214bcdae428a9843 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 26 Apr 2017 22:45:27 +0200 Subject: Use yarn instead of npm install --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index f3304b49a..9c63c67b4 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "update-host": "scripty", "test": "scripty", "help": "scripty", - "postinstall": "cd client && npm install" + "postinstall": "cd client && yarn install" }, "dependencies": { "async": "^2.0.0", -- cgit v1.2.3