diff --git a/package-lock.json b/package-lock.json index aad08fef..92a5a418 100644 Binary files a/package-lock.json and b/package-lock.json differ 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": "",