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:
parent
7e2d512fde
commit
1e1f2582c5
2
packages/app-cli/package-lock.json
generated
2
packages/app-cli/package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@joplinapp/app-cli",
|
||||
"version": "1.3.13",
|
||||
"version": "1.4.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -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",
|
||||
|
@ -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"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user