From 41b59c920cbce61d206f5ecdfe47088a4e54788b Mon Sep 17 00:00:00 2001 From: Levent DEMIR Date: Mon, 21 Oct 2019 14:30:36 +0200 Subject: [PATCH] Add cors dependency and log-server script --- package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package.json b/package.json index 6cf08218..7e5ccf9a 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,7 @@ "scripts": { "start": "REACT_APP_GIT_SHA=`git rev-parse --short HEAD` react-scripts start", "build": "REACT_APP_GIT_SHA=`git rev-parse --short HEAD` react-scripts build", + "log-server": "node server/metric.js", "test": "npm run lint && concurrently -k -s first \"signalhubws -p 8080\" \"karma start\"", "test:browserstack:prod": "wdio test/E2E/conf/prod.conf.js --suite e2e", "test:browserstack:local": "concurrently -k -s first \"npm run start\" \"wdio test/E2E/conf/local-browserstack.conf.js --suite e2e\"", @@ -30,6 +31,7 @@ "bluebird": "^3.5.3", "classnames": "^2.2.6", "compressorjs": "^1.0.5", + "cors": "^2.8.5", "detect-browser": "^3.0.1", "i18next": "^15.1.0", "i18next-browser-languagedetector": "^3.0.1",