Skip to content

Commit

Permalink
point package.json at correct index file for start call
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjones-plip committed Jan 19, 2024
1 parent 74811c0 commit e25b4d8
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 @@ -43,7 +43,7 @@
"cp-package-json": "cp package.json ./src",
"test": "npx ts-mocha test/{,**}/*.spec.ts",
"build": "npm run cp-package-json && npx tsc",
"start": "node dist/index.js",
"start": "node src/index.ts",
"dev": "tsc-watch --onSuccess \"node dist/index.js\"",
"publish": "node scripts/publish.js"
},
Expand Down

0 comments on commit e25b4d8

Please sign in to comment.