🎨 add util build script
This commit is contained in:
parent
7276724702
commit
8085be3b72
BIN
package-lock.json
generated
BIN
package-lock.json
generated
Binary file not shown.
@ -5,8 +5,9 @@
|
|||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1",
|
"test": "echo \"Error: no test specified\" && exit 1",
|
||||||
|
"start": "npm run build:util && npm run build && node dist/",
|
||||||
"build": "tsc -b .",
|
"build": "tsc -b .",
|
||||||
"start": "npm run build && node dist/"
|
"build:util": "tsc -b ./node_modules/fosscord-server-util/"
|
||||||
},
|
},
|
||||||
"keywords": [],
|
"keywords": [],
|
||||||
"author": "",
|
"author": "",
|
||||||
|
|||||||
Reference in New Issue
Block a user