From 7d34b37ebd518cf881b636023d7da7b94c5091d0 Mon Sep 17 00:00:00 2001 From: Ramon Wenger Date: Tue, 27 Sep 2022 13:42:31 +0200 Subject: [PATCH] Update build script --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ca6ce252..143c1c88 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "\"Heroku client build\"", "cacheDirectories": ["client/node_modules"], "scripts": { - "build": "npm install --prefix client && npm run build --prefix client" + "build": "yarn --cwd client install && yarn --cwd client run build" }, "engines": { "node": "14.x",