summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--package.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/package.json b/package.json

index 6f808d29..8a8901c9 100644 --- a/package.json +++ b/package.json
@@ -4,7 +4,9 @@ "description": "", "main": "index.js", "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "test": "echo \"Error: no test specified\" && exit 1", + "start": "npm run build && node dist/", + "build": "tsc -b ." }, "repository": { "type": "git",