Skip to content

Commit

Permalink
update: package.json with new scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksandar-r committed Jun 17, 2024
1 parent b3c68ea commit 3cfd5aa
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 @@ -4,7 +4,9 @@
"description": "Sample nodejs app, just for testing CI/CD with GitHub Actions",
"main": "index.js",
"scripts": {
"test": "mocha test.js"
"build": "tsc",
"start": "node dist/index.js",
"test": "mocha -r ts-node/register src/test.ts"
},
"keywords": [],
"author": "",
Expand Down

0 comments on commit 3cfd5aa

Please sign in to comment.