diff --git a/.gitignore b/.gitignore index ad46b308..d43e46c4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ +build/ +generated/ + # Logs logs *.log diff --git a/package.json b/package.json index ddb21aa3..f1ed393f 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "codegen": "graph codegen", "build": "graph build", "deploy": "graph deploy example --ipfs https://api.thegraph.com/ipfs/ --node https://api.thegraph.com/deploy/", - "deploy-local": "graph deploy example --ipfs http://localhost:5001 --node http://127.0.0.1:8020" + "deploy-local": "graph deploy example --ipfs http://127.0.0.1:5001 --node http://127.0.0.1:8020" }, "devDependencies": { "@graphprotocol/graph-cli": "^0.23.2",