aboutsummaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authorLibravatar Vijay A <avijayr@protonmail.com>2021-05-13 21:15:28 +0530
committerLibravatar Vijay Raghavan Aravamudhan <vraravam@users.noreply.github.com>2021-05-15 14:13:49 +0530
commit112f3f3daf56dcc1f7e446a84ad0bed9a0c8d7b7 (patch)
tree14e2b98a6bdca690130127170c8b39be62dfcd70 /appveyor.yml
parentFixing the broken build process when building using the Dockerfile. (diff)
downloadferdium-app-112f3f3daf56dcc1f7e446a84ad0bed9a0c8d7b7.tar.gz
ferdium-app-112f3f3daf56dcc1f7e446a84ad0bed9a0c8d7b7.tar.zst
ferdium-app-112f3f3daf56dcc1f7e446a84ad0bed9a0c8d7b7.zip
Minor refactoring to have consistent command-line invocations.
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index da1ea0e61..7fd061523 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -22,7 +22,7 @@ install:
22 - appveyor-retry git submodule update --init --recursive 22 - appveyor-retry git submodule update --init --recursive
23 - ps: Update-NodeJsInstallation $env:nodejs_version 23 - ps: Update-NodeJsInstallation $env:nodejs_version
24 - cmd: set NODE_OPTIONS=--max-old-space-size=2048 24 - cmd: set NODE_OPTIONS=--max-old-space-size=2048
25 - cd recipes && npm install && npm run package && cd .. 25 - cd recipes && npm i && npm run package && cd ..
26 - appveyor-retry npx lerna bootstrap 26 - appveyor-retry npx lerna bootstrap
27 27
28before_build: 28before_build: