Skip to content

Commit

Permalink
add --openssl-legacy-provider
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeubell committed Dec 13, 2023
1 parent 5e54b72 commit 61ba67c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@ CLR=\033[0m
NODE_OPTIONS=--openssl-legacy-provider

build: $(SVGS)
NODE_OPTIONS=$(NODE_OPTIONS) npm run build
npm run build
bundle exec jekyll build

clean:
rm -rf _site
NODE_OPTIONS=$(NODE_OPTIONS) npm run gulp -- clean
npm run gulp -- clean

production: $(SVGS)
NODE_OPTIONS=$(NODE_OPTIONS) npm run dist
npm run dist
JEKYLL_ENV=production bundle exec jekyll build

pull-finance:
NODE_OPTIONS=$(NODE_OPTIONS) npm run pull
npm run pull

serve-docker: $(SVGS)
NODE_OPTIONS=$(NODE_OPTIONS) npm run watch &
Expand All @@ -28,7 +28,7 @@ serve: $(SVGS)
bundle exec jekyll serve --incremental

setup:
NODE_OPTIONS=$(NODE_OPTIONS) npm install
npm install
bundle install

_includes/svg/%.svg: assets/fontawesome/%.svg
Expand Down

0 comments on commit 61ba67c

Please sign in to comment.