mirror of
https://github.com/lights0123/n-link.git
synced 2025-01-03 15:15:26 +00:00
Add beforeBuildCommand so that tauri knows what to do.
This commit is contained in:
parent
c110ac9bf7
commit
8a02f4e52d
|
@ -1,4 +1,7 @@
|
|||
{
|
||||
"build": {
|
||||
"beforeBuildCommand": "yarn run vue-cli-service build"
|
||||
},
|
||||
"tauri": {
|
||||
"bundle": {
|
||||
"active": true,
|
||||
|
|
Loading…
Reference in a new issue