Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
0237h committed Dec 3, 2024
1 parent 6a139af commit 27d521d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions examples/ethereum-basic-event-handlers/hardhat/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
#!/bin/sh

# Change to the correct directory
cd /usr/src/app;
cd /usr/src/app

# Run hardhat
pnpm localnode;
pnpm localnode

# Keep node alive
set -e
Expand Down
6 changes: 3 additions & 3 deletions examples/ethereum-basic-event-handlers/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"target": "es6",
"module": "commonjs",
"moduleResolution": "node",
"outDir": "dist",
},
}
"outDir": "dist"
}
}

0 comments on commit 27d521d

Please sign in to comment.