Skip to content
This repository has been archived by the owner on Sep 18, 2020. It is now read-only.

Commit

Permalink
Add cors dependency and log-server script
Browse files Browse the repository at this point in the history
  • Loading branch information
leventdem committed Oct 21, 2019
1 parent e95d532 commit 41b59c9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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\"",
Expand All @@ -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",
Expand Down

0 comments on commit 41b59c9

Please sign in to comment.