Skip to content

Commit

Permalink
Fix the ignition module file's extension
Browse files Browse the repository at this point in the history
  • Loading branch information
PavelSBorisov authored Aug 28, 2024
1 parent d1d96d4 commit 9acdfd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 9acdfd5

Please sign in to comment.