Skip to content

Commit

Permalink
Add run script
Browse files Browse the repository at this point in the history
  • Loading branch information
juffalow committed Jun 22, 2020
1 parent 9da044b commit 879bfab
Show file tree
Hide file tree
Showing 2 changed files with 612 additions and 6 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
},
"scripts": {
"start": "tsc && node dist/index.js",
"run": "tsc -w & nodemon -q -w dist dist/index.js",
"lint": "eslint . --ext .ts"
},
"devDependencies": {
Expand All @@ -20,6 +21,7 @@
"@typescript-eslint/eslint-plugin": "^2.33.0",
"@typescript-eslint/parser": "^2.33.0",
"eslint": "^7.0.0",
"nodemon": "^2.0.4",
"typescript": "^3.8.3"
}
}
Loading

0 comments on commit 879bfab

Please sign in to comment.