1
0
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:
Laurent Cozic 2020-02-07 23:29:53 +00:00
parent 49cb391486
commit d679ceeb9b
2 changed files with 3 additions and 3 deletions

View File

@ -16,7 +16,8 @@
2016,
2017,
2018,
2019
2019,
2020
],
"owner": "Laurent Cozic"
},

View File

@ -7,8 +7,7 @@
"linter-ci": "./node_modules/.bin/eslint --ext .js --ext .jsx --ext .ts --ext .tsx",
"tsc": "tsc",
"tsc-watch": "tsc --watch",
"copyLib": "rsync --delete -a ReactNativeClient/lib/ ElectronClient/app/lib/",
"postinstall": "cd ReactNativeClient && cd lib && cd joplin-renderer && npm i"
"copyLib": "rsync --delete -a ReactNativeClient/lib/ ElectronClient/app/lib/"
},
"husky": {
"hooks": {