Fixing npm publish as cli is failing building with new js-api version (#10020)

* Fixing npm publish as cli is failing building with new js-api version'

* Revert version change
This commit is contained in:
Vito Albano
2024-08-01 16:01:33 +01:00
committed by GitHub
parent c43c0aa9a0
commit ef85b1a2d0
4 changed files with 2 additions and 474 deletions
+1 -4
View File
@@ -8,10 +8,7 @@
"build": {
"executor": "nx:run-commands",
"options": {
"command": "cd lib/cli && npm i && npm run dist",
"stylePreprocessorOptions": {
"includePaths": ["lib", "lib/core/src/lib"]
}
"command": "cd lib/cli && npm i && npm run dist"
},
"configurations": {
"production": {