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

Tools: minor tweak

This commit is contained in:
Laurent Cozic 2020-11-06 12:31:30 +00:00
parent 7e2d512fde
commit 1e1f2582c5
3 changed files with 1 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@joplinapp/app-cli",
"version": "1.3.13",
"version": "1.4.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -7,7 +7,6 @@
"scripts": {
"dist": "node_modules/.bin/electron-builder",
"build": "gulp build",
"preinstall": "node tools/unlinkReact",
"postinstall": "npm run build && gulp electronRebuild",
"tsc": "node node_modules/typescript/bin/tsc --project tsconfig.json",
"watch": "node node_modules/typescript/bin/tsc --watch --project tsconfig.json",

View File

@ -9,7 +9,6 @@
"build": "gulp build",
"tsc": "node node_modules/typescript/bin/tsc --project tsconfig.json",
"watch": "node node_modules/typescript/bin/tsc --watch --project tsconfig.json",
"preinstall": "node tools/unlinkReact.js",
"clean": "node tools/clean.js",
"postinstall": "jetify && npm run build"
},