summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json

index b10042c5..5fed4a2a 100644 --- a/package.json +++ b/package.json
@@ -5,8 +5,9 @@ "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", + "start": "npm run build:util && npm run build && node dist/", "build": "tsc -b .", - "start": "npm run build && node dist/" + "build:util": "tsc -b ./node_modules/fosscord-server-util/" }, "keywords": [], "author": "",