Skip to content

Commit

Permalink
no build on start
Browse files Browse the repository at this point in the history
  • Loading branch information
mn13 committed Mar 19, 2024
1 parent c231ad4 commit 51e4b05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@stellar/stellar-sdk": "^11.2.1"
},
"scripts": {
"start": "yarn build & node dist/index.js",
"start": "node dist/index.js",
"dev": "ts-node ./src/index.ts",
"build": "tsc"
},
Expand Down

0 comments on commit 51e4b05

Please sign in to comment.