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 3b1e9c2 commit d3d0099Copy full SHA for d3d0099
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 --openssl-legacy-provider build",
+ "build": "nx 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