Skip to content

Commit 3b1e9c2

Browse files
committed
add --openssl-legacy-provider
1 parent 9e6f443 commit 3b1e9c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
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 build",
53+
"build": "nx --openssl-legacy-provider 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)