mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-24 10:27:10 +02:00
Removed postinstall for joplin-renderer
This commit is contained in:
parent
49cb391486
commit
d679ceeb9b
@ -16,7 +16,8 @@
|
|||||||
2016,
|
2016,
|
||||||
2017,
|
2017,
|
||||||
2018,
|
2018,
|
||||||
2019
|
2019,
|
||||||
|
2020
|
||||||
],
|
],
|
||||||
"owner": "Laurent Cozic"
|
"owner": "Laurent Cozic"
|
||||||
},
|
},
|
||||||
|
@ -7,8 +7,7 @@
|
|||||||
"linter-ci": "./node_modules/.bin/eslint --ext .js --ext .jsx --ext .ts --ext .tsx",
|
"linter-ci": "./node_modules/.bin/eslint --ext .js --ext .jsx --ext .ts --ext .tsx",
|
||||||
"tsc": "tsc",
|
"tsc": "tsc",
|
||||||
"tsc-watch": "tsc --watch",
|
"tsc-watch": "tsc --watch",
|
||||||
"copyLib": "rsync --delete -a ReactNativeClient/lib/ ElectronClient/app/lib/",
|
"copyLib": "rsync --delete -a ReactNativeClient/lib/ ElectronClient/app/lib/"
|
||||||
"postinstall": "cd ReactNativeClient && cd lib && cd joplin-renderer && npm i"
|
|
||||||
},
|
},
|
||||||
"husky": {
|
"husky": {
|
||||||
"hooks": {
|
"hooks": {
|
||||||
|
Loading…
Reference in New Issue
Block a user