Skip to content

Commit d3d0099

Browse files
committed
Revert "add --openssl-legacy-provider"
This reverts commit 3b1e9c2.
1 parent 3b1e9c2 commit d3d0099

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"nx": "nx",
5151
"start": "nx serve",
5252
"cli": "node ./dist/apps/generator-cli/main.js",
53-
"build": "nx --openssl-legacy-provider build",
53+
"build": "nx build",
5454
"publish": "npm run build && npm publish ./dist/apps/generator-cli",
5555
"test": "nx test",
5656
"lint": "nx workspace-lint && nx lint",

0 commit comments

Comments
 (0)