Skip to content

Commit

Permalink
Merge pull request #80 from boldare/chore/update
Browse files Browse the repository at this point in the history
fix: nx cloud issue
  • Loading branch information
sebastianmusial authored Oct 15, 2024
2 parents a9930d5 + acad7bc commit 461868c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,6 @@
"e2eTestRunner": "none"
}
},
"useInferencePlugins": false
"useInferencePlugins": false,
"neverConnectToCloud": true
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"build": "npm run set-env && npm run build:ai-embedded && npm run build:spa && npm run build:api",
"build:spa": "nx build --prod --skip-nx-cache spa",
"build:api": "nx build --prod api",
"build:openai-assistant": "nx build --prod openai-assistant",
"build:openai-assistant": "nx build --prod openai-assistant --skip-nx-cache",
"build:ai-embedded": "nx build ai-embedded --prod --skip-nx-cache && npm run cp:ai-embedded",
"publish": "npm run build:openai-assistant && npm run cp:readme && cd dist/libs/openai-assistant/ && npm publish --access=public && cd ../../..",
"cp:ai-embedded": "cp ./dist/libs/ai-embedded/main.js ./apps/spa/src/assets/js/ai-embedded.js",
Expand Down

0 comments on commit 461868c

Please sign in to comment.