From d780b0a5324cb9b6b3afc58ab14e1f569a7fee9b Mon Sep 17 00:00:00 2001 From: Kevin Zheng Date: Wed, 20 Sep 2023 23:01:06 +1000 Subject: [PATCH] Fix workflows script --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 059f7b15..8de4c973 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "scripts": { "start": "cd client && npm start", "build:all": "cd client && npm run build", - "postinstall": "cd client && npm install" + "postinstall": "(cd client && npm install) && (cd internal-renderers && npm install)" }, "repository": { "type": "git",