mirror of
https://github.com/Eugeny/tabby.git
synced 2025-06-08 05:20:01 +00:00
run patch-package from the prepare script
This commit is contained in:
parent
010c18a07b
commit
2f5c6fafa9
@ -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": "*",
|
||||
|
@ -10,7 +10,7 @@
|
||||
"scripts": {
|
||||
"build": "webpack --progress --color --display-modules",
|
||||
"watch": "webpack --progress --color --watch",
|
||||
"postinstall": "patch-package"
|
||||
"prepare": "patch-package"
|
||||
},
|
||||
"files": [
|
||||
"typings"
|
||||
|
@ -18,7 +18,7 @@
|
||||
"**/util": "^0.12.0"
|
||||
},
|
||||
"scripts": {
|
||||
"postinstall": "patch-package"
|
||||
"prepare": "patch-package"
|
||||
},
|
||||
"version": "1.0.189-nightly.0"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user