Skip to content

Commit

Permalink
Revert "add --openssl-legacy-provider"
Browse files Browse the repository at this point in the history
This reverts commit 3b1e9c2.
  • Loading branch information
wing328 committed Mar 31, 2023
1 parent 3b1e9c2 commit d3d0099
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 --openssl-legacy-provider build",
"build": "nx 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 d3d0099

Please sign in to comment.