mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-08-18 19:18:33 -04:00
ci: create gui preview release on push to master (#65)
- Adds a Github action file that build the binaries - Run yarn build command before tauri build is started - Disable tauri config csp rules
This commit is contained in:
parent
177e3e9949
commit
2a339231b1
3 changed files with 68 additions and 2 deletions
|
@ -8,7 +8,7 @@
|
|||
"gen-bindings": "typeshare --lang=typescript --output-file ./src/models/tauriModel.ts ../swap/src && dprint fmt ./src/models/tauriModel.ts",
|
||||
"dev": "vite",
|
||||
"prebuild": "yarn run gen-bindings",
|
||||
"build": "tsc && vite build",
|
||||
"build": "vite build",
|
||||
"preview": "vite preview",
|
||||
"tauri": "tauri"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue