Skip to content

Commit

Permalink
Sslfix (#125)
Browse files Browse the repository at this point in the history
* adding export instead of set in build command

---------

Co-authored-by: mithunj <[email protected]>
  • Loading branch information
mithunjohny and mithunj authored Oct 24, 2024
1 parent 601fe88 commit f8207b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"build:tsc": "tsc --project tsconfig.json",
"build:babel": "babel src --extensions .js,.ts --out-dir lib --verbose",
"build:dev": "webpack --config webpack.config.js --mode development",
"build:prod": "set NODE_OPTIONS=--openssl-legacy-provider && npm run build:tsc && npm run build:babel && webpack --config webpack.config.js --mode production",
"build:prod": "export NODE_OPTIONS=--openssl-legacy-provider && npm run build:tsc && npm run build:babel && webpack --config webpack.config.js --mode production",
"format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"",
"lint": "eslint src --ext .ts"
},
Expand Down

0 comments on commit f8207b1

Please sign in to comment.