mirror of
https://github.com/lights0123/n-link.git
synced 2025-01-07 00:35:34 +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": {
|
"tauri": {
|
||||||
"bundle": {
|
"bundle": {
|
||||||
"active": true,
|
"active": true,
|
||||||
|
|
Loading…
Reference in a new issue