Minor update

This commit is contained in:
Rémy Roy
2024-11-19 10:53:10 -05:00
parent b0ebbb85fc
commit b71c0ca272
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
name: ci-build
run-name: ${{ github.actor }} is building binaries, building the docker image and drafting a release
run-name: ${{ github.actor }} is building binaries and drafting a release
on:
workflow_dispatch:
push:

View File

@@ -30,7 +30,7 @@
"buildcliwin": "src/scripts/bundle_proxy_win.bat",
"start": "electron ./build/electron/index.js",
"pack": "electron-builder --dir",
"dist": "electron-builder"
"dist": "electron-builder -p never"
},
"dependencies": {
"@emotion/react": "^11.11.3",