mirror of
https://github.com/zadam/trilium.git
synced 2025-06-06 18:08:33 +02:00
Fix installer if webpack not run
This commit is contained in:
parent
df79f3d9c9
commit
7cace222c0
@ -41,7 +41,7 @@
|
||||
"prepare": "husky install || echo 'Husky install failed, expected on flatpak build'",
|
||||
"start": "electron-forge start",
|
||||
"package": "electron-forge package",
|
||||
"make": "electron-forge make"
|
||||
"make": "npm run webpack && electron-forge make"
|
||||
},
|
||||
"dependencies": {
|
||||
"@braintree/sanitize-url": "6.0.4",
|
||||
|
Loading…
x
Reference in New Issue
Block a user