Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

Commit

Permalink
try passing legacy provider to node options
Browse files Browse the repository at this point in the history
  • Loading branch information
scottqueen-bixal committed Jan 17, 2024
1 parent badfe6d commit a5ad36f
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 @@ -5,9 +5,9 @@
"license": "See license in CONTRIBUTING.md",
"repository": "https://github.com/GSA/usagov-benefits-eligibility",
"scripts": {
"dev": "gulp && nuxt",
"build": "gulp && nuxt build",
"start": "gulp && nuxt start",
"dev": "export NODE_OPTIONS=--openssl-legacy-provider gulp && nuxt",
"build": "export NODE_OPTIONS=--openssl-legacy-provider gulp && nuxt build",
"start": "export NODE_OPTIONS=--openssl-legacy-provider gulp && nuxt start",
"generate": "gulp && nuxt generate",
"lint:js": "eslint --ext \".js,.vue\" --ignore-path .gitignore .",
"sonarqube": "npm test && ./sonar_scanner_cli.bash",
Expand Down

0 comments on commit a5ad36f

Please sign in to comment.