mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-12-16 09:03:54 -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",
|
||||
"beforeBuildCommand": {
|
||||
"cwd": "../src-gui",
|
||||
"script": "yarn ci && yarn run build"
|
||||
"script": "yarn install --frozen-lockfile && yarn run build"
|
||||
}
|
||||
},
|
||||
"app": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue