Skip to content

Commit

Permalink
adding node options env var
Browse files Browse the repository at this point in the history
  • Loading branch information
radhikav1 committed Dec 6, 2024
1 parent 9f0661c commit 5d94fb9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"scripts": {
"dev": "concurrently \"yarn start\" \"gulp watch\" \"yarn cdap-dev-build-w\" \"yarn build-dev-common-w\"",
"start": "yarn run build-server && NODE_ENV=development node ./packaged/server_dist/index.js",
"cdap-prod-build": "NODE_ENV=production parallel-webpack",
"cdap-dev-build": "NODE_ENV=development parallel-webpack --config=webpack.config.js -d",
"cdap-dev-build-w": "NODE_ENV=development parallel-webpack --watch -d ",
"cdap-prod-build": "NODE_ENV=production NODE_OPTIONS=--openssl-legacy-provider parallel-webpack",
"cdap-dev-build": "NODE_ENV=development NODE_OPTIONS=--openssl-legacy-provider parallel-webpack --config=webpack.config.js -d",
"cdap-dev-build-w": "NODE_ENV=development NODE_OPTIONS=--openssl-legacy-provider parallel-webpack --watch -d ",
"reload-dev-w": "NODE_ENV=reload node --max-old-space-size=8192 ./node_modules/.bin/webpack-dev-server --mode development --progress --config=./webpack.config.cdap.dev.js",
"hmr-dev-w": "NODE_ENV=hmr node --max-old-space-size=8192 ./node_modules/.bin/webpack-dev-server --mode development --progress --config=./webpack.config.cdap.dev.js",
"cdap-full-build": "run-p cdap-prod-build distribute",
Expand Down

0 comments on commit 5d94fb9

Please sign in to comment.