removed postinstall step from libraries

This commit is contained in:
Jan Prochazka
2021-04-17 18:24:50 +02:00
parent 2d4098ff6a
commit ec5db6d562
5 changed files with 1 additions and 5 deletions

View File

@@ -40,7 +40,7 @@
"ts:api": "yarn workspace dbgate-api ts",
"ts:web": "yarn workspace dbgate-web ts",
"ts": "yarn ts:api && yarn ts:web",
"postinstall": "patch-package && yarn fillNativeModules && yarn build:plugins:frontend"
"postinstall": "yarn build:lib && patch-package && yarn fillNativeModules && yarn build:plugins:frontend"
},
"dependencies": {
"concurrently": "^5.1.0",

View File

@@ -4,7 +4,6 @@
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"scripts": {
"postinstall": "yarn build",
"build": "tsc",
"start": "tsc --watch"
},

View File

@@ -4,7 +4,6 @@
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"scripts": {
"postinstall": "yarn build",
"build": "tsc",
"start": "tsc --watch",
"test": "jest"

View File

@@ -20,7 +20,6 @@
"dbgate"
],
"scripts": {
"postinstall": "yarn build",
"build": "tsc",
"start": "tsc --watch"
},

View File

@@ -16,7 +16,6 @@
"dbgate"
],
"scripts": {
"postinstall": "yarn build",
"build": "tsc",
"start": "tsc --watch",
"test": "jest",