We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d41956 commit b228a01Copy full SHA for b228a01
.github/workflows/build-all.yml
@@ -58,7 +58,7 @@ jobs:
58
59
- run: yarn install --frozen-lockfile --immutable --network-timeout ${{ inputs.npm_network_timeout }}
60
61
- - run: yarn compile
+ - run: yarn build
62
63
- name: Prepare for app notarization (macOS)
64
if: startsWith(inputs.os, 'macos')
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "costflow",
3
- "version": "0.0.1",
+ "version": "0.0.2",
4
"description": "Costflow Official Desktop App",
5
"main": "./out/main/index.js",
6
"author": {
0 commit comments