From 2562c85d92e25d6943ad44822dfdf08470d1f199 Mon Sep 17 00:00:00 2001 From: StevanFreeborn Date: Sat, 25 Jun 2022 14:42:20 -0500 Subject: [PATCH] updated package.json with missing fields and set CI to false --- client/package.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/client/package.json b/client/package.json index f0867f6..175d4c8 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,12 @@ { "name": "client", "version": "1.0.0", + "description": "The frontend for the criminalmindsapi", + "repository": { + "type": "git", + "url": "https://github.com/StevanFreeborn/criminalmindsapi" + }, + "license": "MIT", "dependencies": { "@testing-library/jest-dom": "^5.16.4", "@testing-library/react": "^13.3.0", @@ -19,7 +25,7 @@ }, "scripts": { "start": "set HTTPS=true&&react-scripts start", - "build": "react-scripts build", + "build": "CI=false && react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject", "prestart": "node aspnetcore-https && node aspnetcore-react"