We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e6f443 commit 3b1e9c2Copy full SHA for 3b1e9c2
1 file changed
package.json
@@ -50,7 +50,7 @@
50
"nx": "nx",
51
"start": "nx serve",
52
"cli": "node ./dist/apps/generator-cli/main.js",
53
- "build": "nx build",
+ "build": "nx --openssl-legacy-provider build",
54
"publish": "npm run build && npm publish ./dist/apps/generator-cli",
55
"test": "nx test",
56
"lint": "nx workspace-lint && nx lint",
0 commit comments