diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index eabc30e..34e1035 100644 --- a/package.json +++ b/package.json @@ -4,8 +4,8 @@ "description": "", "main": "app/index.mjs", "scripts": { - "test": "echo \"Error: no test specified\" && exit 1", - "start": "node -r dotenv/config app/index.mjs" + "start": "tsc && node build/index.js", + "lint": "eslint app --ext .ts" }, "author": "Leonardo Bishop", "license": "ISC", |
