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

Commit

Permalink
build(package): delete unnecessary script
Browse files Browse the repository at this point in the history
Signed-off-by: Gianfranco Manganiello <gianfrancomanganiello1997@gmail.com>
  • Loading branch information
Gianfranco97 committed Dec 9, 2018
1 parent c845a23 commit fb8a477
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -48,14 +47,14 @@
"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",
"@hint/hint-html-checker": "^1.0.2",
"@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",
Expand Down

0 comments on commit fb8a477

Please sign in to comment.