From: Andrew Gundersen Date: Tue, 13 Apr 2021 19:52:41 +0000 (-0500) Subject: cicd X-Git-Tag: v0.9.3~6 X-Git-Url: https://andrewgundersen.net/repos?a=commitdiff_plain;h=0eb6c654d95fcf21cd0ba9998cff4645980adabc;p=mime-chat cicd --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4d77815..ca677b1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,7 +13,7 @@ build: - echo "VERSION=$VERSION" >> variables.env - export APPNAME=$(node -e "console.log(require('./package.json').productName)") - echo "APPNAME=$APPNAME" >> variables.env - - yarn electron:build --macos dmg + - yarn electron:build --macos dmg # specify platform artifacts: reports: dotenv: variables.env diff --git a/README.md b/README.md index 6fb4b27..c13a8ab 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ yarn install ### Compiles and hot-reloads for development ``` -yarn dev +yarn electron:serve ``` ### Compiles and minifies for production @@ -15,7 +15,7 @@ yarn dev yarn electron:build ``` -### Run your unit tests + ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/).