Skip to content

Commit

Permalink
reverted script to install specific version
Browse files Browse the repository at this point in the history
  • Loading branch information
sukhsinghcodes committed Aug 29, 2023
1 parent 530e880 commit cd895e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 01-wallet/test/npmton/index.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ set -ev
npm init --yes
npm install dotenv
npm install ts-node
npm install @ton/ton @ton/core@0.52.0 @ton/crypto
npm install @ton/ton @ton/core @ton/crypto
npm install @orbs-network/ton-access
npx ts-node step7.ts > step7.output.txt
diff step7.output.txt step7.expected.txt
Expand Down

0 comments on commit cd895e3

Please sign in to comment.