Skip to content

Commit acad7bc

Browse files
fix: nx cloud issue
1 parent 62da486 commit acad7bc

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

nx.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,5 +65,6 @@
6565
"e2eTestRunner": "none"
6666
}
6767
},
68-
"useInferencePlugins": false
68+
"useInferencePlugins": false,
69+
"neverConnectToCloud": true
6970
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"build": "npm run set-env && npm run build:ai-embedded && npm run build:spa && npm run build:api",
1313
"build:spa": "nx build --prod --skip-nx-cache spa",
1414
"build:api": "nx build --prod api",
15-
"build:openai-assistant": "nx build --prod openai-assistant",
15+
"build:openai-assistant": "nx build --prod openai-assistant --skip-nx-cache",
1616
"build:ai-embedded": "nx build ai-embedded --prod --skip-nx-cache && npm run cp:ai-embedded",
1717
"publish": "npm run build:openai-assistant && npm run cp:readme && cd dist/libs/openai-assistant/ && npm publish --access=public && cd ../../..",
1818
"cp:ai-embedded": "cp ./dist/libs/ai-embedded/main.js ./apps/spa/src/assets/js/ai-embedded.js",

0 commit comments

Comments
 (0)