Skip to content

Commit

Permalink
added custom scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
martin0995 committed Aug 27, 2024
1 parent 2203140 commit 1ba57d3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"deploy": "npx ts-node script/deploy.ts",
"transfer": "npx ts-node script/transfer.ts"
},
"keywords": [],
"author": "",
Expand Down

0 comments on commit 1ba57d3

Please sign in to comment.