aboutsummaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authorLibravatar Amine Mouafik <amine@mouafik.fr>2019-05-12 20:00:41 +0700
committerLibravatar Amine Mouafik <amine@mouafik.fr>2019-05-12 20:00:41 +0700
commitd8a1d5f9151cc31f4c2b5c0096a35e49b2c74d61 (patch)
tree3974d449d8ef389fc61bf880ae758b5debc22a80 /appveyor.yml
parentUse dark background in SVG logo (diff)
parentUpdate CHANGELOG.md (diff)
downloadferdium-app-d8a1d5f9151cc31f4c2b5c0096a35e49b2c74d61.tar.gz
ferdium-app-d8a1d5f9151cc31f4c2b5c0096a35e49b2c74d61.tar.zst
ferdium-app-d8a1d5f9151cc31f4c2b5c0096a35e49b2c74d61.zip
Merge tag 'v5.1.0'
# Conflicts: # README.md # src/components/layout/AppLayout.js
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml10
1 files changed, 4 insertions, 6 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 1d614b4c7..77c25df7e 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -6,20 +6,18 @@ environment:
6 CSC_KEY_PASSWORD: 6 CSC_KEY_PASSWORD:
7 secure: t8ypNTPKTmvRfd3hHA4aMOtC5KOFqOw3AsKhpU7140Q= 7 secure: t8ypNTPKTmvRfd3hHA4aMOtC5KOFqOw3AsKhpU7140Q=
8 8
9version: 5.0.0.{build} 9version: 5.0.1.{build}
10 10
11install: 11install:
12 - ps: $version = Get-Content .\.nvmrc -Raw 12 - ps: Install-Product node 10
13 - ps: Install-Product node $version 13 - npx lerna bootstrap
14 - npm ci
15 - node --version
16 - npm --version
17 14
18cache: 15cache:
19 - '%APPDATA%\npm-cache' 16 - '%APPDATA%\npm-cache'
20 17
21before_build: 18before_build:
22 - npm run lint 19 - npm run lint
20 - npm run test
23 21
24build_script: 22build_script:
25 - npm run build 23 - npm run build