🎨 add util build script

This commit is contained in:
Flam3rboy 2021-04-06 23:23:20 +02:00
parent 1d93c6ab3e
commit 7100559728
3 changed files with 4 additions and 2 deletions

BIN
package-lock.json generated

Binary file not shown.

View File

@ -6,8 +6,9 @@
"scripts": { "scripts": {
"test": "jest", "test": "jest",
"test:watch": "jest --watch", "test:watch": "jest --watch",
"start": "npm run build && node dist/", "start": "npm run build:util && npm run build && node dist/",
"build": "tsc -b .", "build": "tsc -b .",
"build:util": "tsc -b ./node_modules/fosscord-server-util/",
"postinstall": "patch-package" "postinstall": "patch-package"
}, },
"repository": { "repository": {
@ -37,6 +38,7 @@
"lambert-server": "^1.0.10", "lambert-server": "^1.0.10",
"missing-native-js-functions": "^1.2.4", "missing-native-js-functions": "^1.2.4",
"mongodb": "^3.6.4", "mongodb": "^3.6.4",
"mongoose": "^5.12.3",
"mongoose-long": "^0.3.2", "mongoose-long": "^0.3.2",
"multer": "^1.4.2", "multer": "^1.4.2",
"patch-package": "^6.2.2" "patch-package": "^6.2.2"

View File

@ -1,5 +1,5 @@
{ {
"include": ["src/"], "include": ["src/**/*.ts"],
"compilerOptions": { "compilerOptions": {
/* Visit https://aka.ms/tsconfig.json to read more about this file */ /* Visit https://aka.ms/tsconfig.json to read more about this file */