From 2b8ec3d1b82312451d62020138b2de7d863e680d Mon Sep 17 00:00:00 2001 From: kristian4res <57638182+kristian4res@users.noreply.github.com> Date: Mon, 8 Apr 2024 11:54:04 +0100 Subject: [PATCH] ci: rebuild react and express --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 926424f..202eede 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "start-react": "react-scripts start", "build-react": "react-scripts --openssl-legacy-provider build", "test": "yarn build-react && tsc --project tsconfig.server.json && jest --coverage --watchAll=false", - "gcp-build": "react-scripts --openssl-legacy-provider build && tsc --project tsconfig.server.json", + "gcp-build": "yarn build-react && tsc --project tsconfig.server.json", "lint-fix": "node_modules/.bin/eslint . --fix", "lint": "yarn eslint .", "dev": "concurrently --kill-others-on-fail \"yarn start-server\" \"yarn start-react\""