Skip to content

Commit

Permalink
Update npm script names to not conflict (e.g. yarn install)
Browse files Browse the repository at this point in the history
  • Loading branch information
stellarsaur committed Feb 6, 2024
1 parent 7722090 commit 18dfeef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"author": "[email protected]",
"private": true,
"scripts": {
"invoke": "ts-node invoke.ts",
"install": "ts-node install.ts"
"contract-invoke": "ts-node invoke.ts",
"contract-install": "ts-node install.ts"
},
"dependencies": {
"@stellar/stellar-sdk": "^11.2.1",
Expand Down

0 comments on commit 18dfeef

Please sign in to comment.