]> Repos - mime-chat/commitdiff
cicd
authorAndrew Gundersen <gundersena@xavier.edu>
Tue, 13 Apr 2021 19:52:41 +0000 (14:52 -0500)
committerAndrew Gundersen <gundersena@xavier.edu>
Tue, 13 Apr 2021 19:52:41 +0000 (14:52 -0500)
.gitlab-ci.yml
README.md

index 4d7781560f7870c7017ef12bb5395c0cff7102ab..ca677b1948528518eeaac814188d73d8886946af 100644 (file)
@@ -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
index 6fb4b27dc804e0ff486cecd573511690241e7c79..c13a8ab2a8bdc57688841003bbaeae95d7624b0c 100644 (file)
--- 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
+<!-- ### Run your unit tests
 ```
 yarn test:unit
 ```
@@ -23,7 +23,7 @@ yarn test:unit
 ### Lints and fixes files
 ```
 yarn lint
-```
+``` -->
 
 ### Customize configuration
 See [Configuration Reference](https://cli.vuejs.org/config/).