mirror of
https://github.com/spacebarchat/server.git
synced 2026-05-24 10:15:25 +00:00
🎨 add util build script
This commit is contained in:
Generated
BIN
Binary file not shown.
+2
-1
@@ -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": "",
|
||||
|
||||
Reference in New Issue
Block a user