Skip to content

Commit

Permalink
chore(shared-data): remove NODE_OPTIONS=--openssl-legacy-provider (#1…
Browse files Browse the repository at this point in the history
…7183)

* chore(shared-data): remove NODE_OPTIONS=--openssl-legacy-provider
  • Loading branch information
koji authored Jan 6, 2025
1 parent eef1be0 commit 3356131
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 3356131

Please sign in to comment.