Skip to content

Commit

Permalink
chore(shared-data): remove NODE_OPTIONS=--openssl-legacy-provider
Browse files Browse the repository at this point in the history
NODE_OPTIONS=--openssl-legacy-provider
  • Loading branch information
koji committed Jan 4, 2025
1 parent eef1be0 commit d1af126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared-data/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ lint: lint-js lint-py
.PHONY: lib-js
lib-js: export NODE_ENV := production
lib-js:
NODE_OPTIONS=--openssl-legacy-provider yarn vite build
yarn vite build

.PHONY: build-ts
build-ts:
Expand Down

0 comments on commit d1af126

Please sign in to comment.