run patch-package from the prepare script

This commit is contained in:
Eugene Pankov 2023-01-29 12:35:06 +01:00
parent 010c18a07b
commit 2f5c6fafa9
No known key found for this signature in database
GPG Key ID: 5896FCBBDD1CF4F4
4 changed files with 5 additions and 5 deletions

View File

@ -40,14 +40,14 @@
"serialport": "10.5.0",
"serialport-binding-webserialapi": "^1.0.3",
"windows-native-registry": "^3.2.1",
"windows-process-tree": "^0.3.4"
"windows-process-tree": "^0.3.4",
"patch-package": "^6.5.0"
},
"devDependencies": {
"@types/mz": "2.7.4",
"@types/node": "18.7.23",
"atomically": "^1.7.0",
"ngx-filesize": "^2.0.16",
"patch-package": "^6.5.0"
"ngx-filesize": "^2.0.16"
},
"peerDependencies": {
"tabby-community-color-schemes": "*",

View File

@ -10,7 +10,7 @@
"scripts": {
"build": "webpack --progress --color --display-modules",
"watch": "webpack --progress --color --watch",
"postinstall": "patch-package"
"prepare": "patch-package"
},
"files": [
"typings"

View File

@ -18,7 +18,7 @@
"**/util": "^0.12.0"
},
"scripts": {
"postinstall": "patch-package"
"prepare": "patch-package"
},
"version": "1.0.189-nightly.0"
}