🎨 add util build script

This commit is contained in:
Flam3rboy 2021-04-06 23:24:34 +02:00
parent 7276724702
commit 8085be3b72
2 changed files with 2 additions and 1 deletions

BIN
package-lock.json generated

Binary file not shown.

View File

@ -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": "",