fix: deployment

This commit is contained in:
bartosz-lipinski 2021-09-02 17:51:38 -05:00
parent 35379d1821
commit 2979803582
2 changed files with 3 additions and 1 deletions

View File

@ -1,2 +1,4 @@
GENERATE_SOURCEMAP=false
REACT_APP_STORE_OWNER_ADDRESS_ADDRESS=CduMjFZLBeg3A9wMP3hQCoU1RQzzCpgSvQNXfCi1GCSB
REACT_APP_STORE_ADDRESS=
REACT_APP_BIG_STORE=FALSE

View File

@ -48,7 +48,7 @@
"test": "jest",
"deploy:ar": "yarn export && arweave deploy-dir ../../build/web --key-file ",
"deploy:gh": "yarn export && gh-pages -d ../../build/web --repo https://github.com/fordudesake/metaplex -t true",
"deploy": "cross-env ASSET_PREFIX=/metaplex/ yarn build && yarn deploy:gh",
"deploy": "cross-env ASSET_PREFIX=/ yarn build && yarn deploy:gh",
"format:fix": "prettier --write \"**/*.+(js|jsx|ts|tsx|json|css|md)\""
},
"eslintConfig": {