Skip to content

Commit

Permalink
Merge pull request #215 from MikkCZ/patch-1
Browse files Browse the repository at this point in the history
ci: include --openssl-legacy-provider to NODE_OPTIONS
  • Loading branch information
arnowelzel authored Mar 26, 2023
2 parents 5d61c24 + 2f7c2ed commit 3a80372
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/build
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ git apply < ../updater.patch
npm install
npm ci

grunt build-web-app --skip-sign --force
NODE_OPTIONS=--openssl-legacy-provider npx grunt build-web-app --skip-sign --force
cp -v dist/index.html ../keeweb/templates/keeweb.php
cp -v dist/service-worker.js ../keeweb/templates/
sed -i -e 's|<?|<?php echo "<?"; ?>|g' ../keeweb/templates/keeweb.php
Expand Down

0 comments on commit 3a80372

Please sign in to comment.