fix: typo

This commit is contained in:
bartosz-lipinski 2021-03-09 17:32:39 -06:00
parent 3c2faf5e49
commit 6622da535f
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@
"build": "craco build",
"test": "craco test",
"eject": "react-scripts eject",
"deploy": "gh-pages -d ../../build/bridge --repp https://github.com/solana-labs/oyster-bridge",
"deploy": "gh-pages -d ../../build/bridge --repo https://github.com/solana-labs/oyster-bridge",
"deploy:ar": "arweave deploy-dir build --key-file ",
"format:fix": "prettier --write \"**/*.+(js|jsx|ts|tsx|json|css|md)\"",
"ethers": "typechain --target ethers-v4 --outDir src/contracts 'contracts/*.json'"