diff --git a/entrypoint.sh b/entrypoint.sh index 5faa3745bfa3..79873af107f9 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -10,7 +10,7 @@ npm install echo "Compiling, testing and deploying the contract..." npx hardhat compile npx hardhat test -yes | npx hardhat ignition deploy ./ignition/modules/Lock.ts --network local +yes | npx hardhat ignition deploy ./ignition/modules/Lock.js --network local # Keep the container running tail -f /dev/null