🎨 add util build script
This commit is contained in:
parent
1d93c6ab3e
commit
7100559728
BIN
package-lock.json
generated
BIN
package-lock.json
generated
Binary file not shown.
@ -6,8 +6,9 @@
|
||||
"scripts": {
|
||||
"test": "jest",
|
||||
"test:watch": "jest --watch",
|
||||
"start": "npm run build && node dist/",
|
||||
"start": "npm run build:util && npm run build && node dist/",
|
||||
"build": "tsc -b .",
|
||||
"build:util": "tsc -b ./node_modules/fosscord-server-util/",
|
||||
"postinstall": "patch-package"
|
||||
},
|
||||
"repository": {
|
||||
@ -37,6 +38,7 @@
|
||||
"lambert-server": "^1.0.10",
|
||||
"missing-native-js-functions": "^1.2.4",
|
||||
"mongodb": "^3.6.4",
|
||||
"mongoose": "^5.12.3",
|
||||
"mongoose-long": "^0.3.2",
|
||||
"multer": "^1.4.2",
|
||||
"patch-package": "^6.2.2"
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
{
|
||||
"include": ["src/"],
|
||||
"include": ["src/**/*.ts"],
|
||||
"compilerOptions": {
|
||||
/* Visit https://aka.ms/tsconfig.json to read more about this file */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user