clean up code

This commit is contained in:
DavidWells 2018-06-20 14:03:41 -07:00
parent c6d3c10c8a
commit 96854572a0
6 changed files with 31 additions and 36 deletions

View file

@ -9,16 +9,15 @@
"react-scripts": "1.1.4"
},
"scripts": {
"bootstrap": "node ./_init-fauna-database.js",
"checkForFaunaKey": "node ./_check-for-fauna-key.js",
"bootstrap": "node ./scripts/bootstrap-fauna-database.js",
"checkForFaunaKey": "node ./scripts/check-for-fauna-key.js",
"start": "npm-run-all --parallel checkForFaunaKey startApp startServer",
"startApp": "react-scripts start",
"startServer": "netlify-lambda serve functions -c ./webpack.config.js",
"build": "npm-run-all --parallel build:**",
"build:app": "react-scripts build",
"build:functions": "netlify-lambda build functions -c ./webpack.config.js",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
"test": "react-scripts test --env=jsdom"
},
"devDependencies": {
"netlify-lambda": "^0.4.0",