File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 6565 "e2eTestRunner" : " none"
6666 }
6767 },
68- "useInferencePlugins" : false
68+ "useInferencePlugins" : false ,
69+ "neverConnectToCloud" : true
6970}
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments