mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-12-16 17:14:13 -05:00
fix(gui): yarn install --frozen-lockfile
This commit is contained in:
parent
c3f3623b6e
commit
cd3c32ba81
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@
|
||||||
"frontendDist": "../src-gui/dist",
|
"frontendDist": "../src-gui/dist",
|
||||||
"beforeBuildCommand": {
|
"beforeBuildCommand": {
|
||||||
"cwd": "../src-gui",
|
"cwd": "../src-gui",
|
||||||
"script": "yarn ci && yarn run build"
|
"script": "yarn install --frozen-lockfile && yarn run build"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"app": {
|
"app": {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue