🐛 fix (pre) install scripts

This commit is contained in:
Flam3rboy
2021-09-23 16:03:50 +02:00
parent e9c3f7ee1c
commit c398c1512e
8 changed files with 12 additions and 12 deletions
+2 -2
View File
@@ -5,7 +5,7 @@
"main": "dist/Server.js",
"types": "dist/Server.d.ts",
"scripts": {
"prepare": "ts-patch install -s",
"prepare": "",
"test:only": "jest --coverage --verbose --forceExit ./tests",
"test": "npm run build && npm run test:only",
"test:watch": "jest --watch",
@@ -13,7 +13,7 @@
"build": "npx tsc -b .",
"build-docker": "tsc -p tsconfig-docker.json",
"dev": "tsnd --respawn src/start.ts",
"patch": "npx patch-package",
"patch": "ts-patch install -s && npx patch-package",
"postinstall": "npm run patch",
"generate:docs": "node scripts/generate_openapi.ts",
"generate:schema": "node scripts/generate_schema.ts"