Skip to content

Commit

Permalink
add --openssl-legacy-provider
Browse files Browse the repository at this point in the history
  • Loading branch information
wing328 committed Mar 31, 2023
1 parent 9e6f443 commit 3b1e9c2
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 @@ -50,7 +50,7 @@
"nx": "nx",
"start": "nx serve",
"cli": "node ./dist/apps/generator-cli/main.js",
"build": "nx build",
"build": "nx --openssl-legacy-provider build",
"publish": "npm run build && npm publish ./dist/apps/generator-cli",
"test": "nx test",
"lint": "nx workspace-lint && nx lint",
Expand Down

0 comments on commit 3b1e9c2

Please sign in to comment.