From fb8a47782806f21dcbe8f388a08bd04122a85024 Mon Sep 17 00:00:00 2001 From: Gianfranco Manganiello Date: Fri, 7 Dec 2018 19:02:52 -0400 Subject: [PATCH] build(package): delete unnecessary script Signed-off-by: Gianfranco Manganiello --- .circleci/config.yml | 4 ++-- package.json | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 669b4a1c5e..35af82bd0b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -36,7 +36,7 @@ references: run: name: Install python dependencies command: source ci/scripts/python_install.sh - + config_file: &config_file run: name: Create configuration file @@ -52,7 +52,7 @@ references: start_server: &start_server run: name: Start server in background - command: yarn start:only > ../yarn.log + command: yarn start > ../yarn.log background: true diff --git a/package.json b/package.json index 748ee89aac..81fd8e370e 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,6 @@ "homepage": "https://dev.flyve.org/dashboard", "scripts": { "start": "NODE_PATH=./src react-scripts start", - "start:only": "NODE_PATH=./src react-scripts start", "build": "yarn lint && NODE_PATH=./src react-scripts build && node ./ci/scripts/create_htaccess.js", "release": "yarn standard-version", "docs": "yarn jsdoc src -r -d docs -t ./jsdoc_theme", @@ -48,7 +47,6 @@ "winjs": "^4.4.3" }, "devDependencies": { - "cypress": "^3.1.3", "@hint/formatter-codeframe": "^1.0.2", "@hint/hint-disown-opener": "^1.0.3", "@hint/hint-highest-available-document-mode": "^1.0.3", @@ -56,6 +54,7 @@ "@hint/hint-http-cache": "^1.0.3", "@hint/hint-http-compression": "^1.0.7", "conventional-github-releaser": "^3.1.2", + "cypress": "^3.1.3", "enzyme": "^3.6.0", "enzyme-adapter-react-16": "^1.5.0", "enzyme-to-json": "^3.3.4",