Skip to content

Commit

Permalink
updated cmd in deployer
Browse files Browse the repository at this point in the history
  • Loading branch information
sophiacodes committed Sep 14, 2021
1 parent 2120928 commit d2789b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subgraph-deployer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ function couponOnboardingYAML({
(function() {
// Compile the solidity contracts
console.log("📦 ### 1/3 Compiling the smart contracts...");
exec(`cd .. && truffle compile`);
exec(`npm run compile`);

// Create the graph code generation files
console.log("📦 ### 2/3 Creating the graph scheme...");
Expand Down

0 comments on commit d2789b6

Please sign in to comment.