summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-04-06 23:24:34 +0200
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-04-06 23:24:34 +0200
commit8085be3b7227e7a66eb51c6769dd82bbb27baacf (patch)
tree900969acc2b7600f489654b8103af14a5e5f3d40 /package.json
parent:art: Convert id bigint to string (diff)
downloadserver-ts-8085be3b7227e7a66eb51c6769dd82bbb27baacf.tar.xz
:art: add util build script
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": "",