Add deployment (#179)

* feat: add deployment
This commit is contained in:
B 2021-02-05 14:28:07 -06:00 committed by GitHub
parent b0a9e98648
commit ea6f3badec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 237 additions and 26388 deletions

1
web/.env.production Normal file
View File

@ -0,0 +1 @@
GENERATE_SOURCEMAP = false

26617
web/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -33,6 +33,8 @@
"@typechain/ethers-v4": "^1.0.0",
"npm": "^6.14.8",
"typechain": "^2.0.1",
"arweave-deploy": "^1.9.1",
"gh-pages": "^3.1.0",
"yarn": "^1.22.10"
},
"scripts": {
@ -40,11 +42,14 @@
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"ethers": "typechain --target ethers-v4 --outDir src/contracts 'contracts/*.json'"
"ethers": "typechain --target ethers-v4 --outDir src/contracts 'contracts/*.json'",
"deploy": "gh-pages -d build",
"deploy:ar": "arweave deploy-dir build --key-file "
},
"eslintConfig": {
"extends": "react-app"
},
"homepage": ".",
"browserslist": {
"production": [
">0.2%",