This commit is contained in:
Andrew Gundersen 2021-04-13 14:52:41 -05:00
commit 0eb6c654d9
2 changed files with 4 additions and 4 deletions

View file

@ -13,7 +13,7 @@ build:
- echo "VERSION=$VERSION" >> variables.env - echo "VERSION=$VERSION" >> variables.env
- export APPNAME=$(node -e "console.log(require('./package.json').productName)") - export APPNAME=$(node -e "console.log(require('./package.json').productName)")
- echo "APPNAME=$APPNAME" >> variables.env - echo "APPNAME=$APPNAME" >> variables.env
- yarn electron:build --macos dmg - yarn electron:build --macos dmg # specify platform
artifacts: artifacts:
reports: reports:
dotenv: variables.env dotenv: variables.env

View file

@ -7,7 +7,7 @@ yarn install
### Compiles and hot-reloads for development ### Compiles and hot-reloads for development
``` ```
yarn dev yarn electron:serve
``` ```
### Compiles and minifies for production ### Compiles and minifies for production
@ -15,7 +15,7 @@ yarn dev
yarn electron:build yarn electron:build
``` ```
### Run your unit tests <!-- ### Run your unit tests
``` ```
yarn test:unit yarn test:unit
``` ```
@ -23,7 +23,7 @@ yarn test:unit
### Lints and fixes files ### Lints and fixes files
``` ```
yarn lint yarn lint
``` ``` -->
### Customize configuration ### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/). See [Configuration Reference](https://cli.vuejs.org/config/).