Fix Zeit Deployments (#81)

* check-in attempt at whitelisted files for zeit

* working zeit uploading
This commit is contained in:
Daniel Ternyak 2018-09-19 20:45:51 -05:00 committed by GitHub
parent c768292d2e
commit 30b89b1493
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 1 deletions

1
frontend/.npmignore Normal file
View File

@ -0,0 +1 @@
.gitignore

1
frontend/now.json Normal file
View File

@ -0,0 +1 @@
{}

View File

@ -8,7 +8,7 @@
"build": "cross-env NODE_ENV=production node bin/build.js",
"dev": "rm -rf ./node_modules/.cache && cross-env NODE_ENV=development BACKEND_URL=http://localhost:5000 node bin/dev.js",
"lint": "tslint --project ./tsconfig.json --config ./tslint.json -e \"**/build/**\"",
"start": "NODE_ENV=production node build/server/server.js",
"start": "NODE_ENV=production node ./build/server/server.js",
"tsc": "tsc",
"link-contracts": "cd client/lib && ln -s ../../build/contracts contracts",
"ganache": "ganache-cli -b 5",