1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-11-24 08:12:24 +02:00

Tools: Build tools on initial install, and removed build warnings

This commit is contained in:
Laurent Cozic 2020-03-01 11:42:44 +00:00
parent a28b790256
commit cb4fd1ebf9
2 changed files with 8 additions and 4 deletions

View File

@ -1,10 +1,14 @@
{
"name": "tools",
"version": "1.0.0",
"description": "",
"description": "Various tools for Joplin",
"main": "index.js",
"author": "",
"license": "ISC",
"author": "Laurent Cozic",
"repository": {
"type": "git",
"url": "git+https://github.com/laurent22/joplin.git"
},
"license": "MIT",
"dependencies": {
"app-module-path": "^2.2.0",
"fs-extra": "^4.0.3",

View File

@ -7,7 +7,7 @@
"linter-ci": "./node_modules/.bin/eslint --ext .js --ext .jsx --ext .ts --ext .tsx",
"watch": "gulp watch",
"build": "gulp build",
"postinstall": "cd ReactNativeClient && npm i && cd .. && cd ElectronClient && npm i && cd .. && cd CliClient && npm i && cd .. && gulp build"
"postinstall": "cd Tools && npm i && cd .. && cd ReactNativeClient && npm i && cd .. && cd ElectronClient && npm i && cd .. && cd CliClient && npm i && cd .. && gulp build"
},
"husky": {
"hooks": {