Reset customized files

This commit is contained in:
stegaBOB 2021-09-13 21:56:19 -04:00
parent 2f06302873
commit 9f988fcbf8
2 changed files with 5 additions and 5 deletions

View File

@ -1,3 +1,3 @@
STORE_OWNER_ADDRESS=BLiwnygjXUBUNtzBLwD6162hSjxYceZDG3TNH8M4oAw3
STORE_ADDRESS=AZUoe9k8TMGNbWKDo6teeWRBUw1bDm6mdhUDkGB1iAta
REACT_APP_BIG_STORE=FALSE
STORE_OWNER_ADDRESS=
STORE_ADDRESS=
REACT_APP_BIG_STORE=FALSE

View File

@ -46,7 +46,7 @@
"start:prod": "next start",
"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/stegaBOB/metaplex -t true",
"deploy:gh": "yarn export && gh-pages -d ../../build/web --repo https://github.com/metaplex-foundation/metaplex -t true",
"deploy": "cross-env ASSET_PREFIX=/metaplex/ yarn build && yarn deploy:gh",
"format:fix": "prettier --write \"**/*.+(js|jsx|ts|tsx|json|css|md)\""
},
@ -94,4 +94,4 @@
"react-dom": "*"
},
"license": "MIT"
}
}