Skip to content
This repository was archived by the owner on Sep 29, 2025. It is now read-only.

Commit 194cc42

Browse files
committed
Remove unused core build from UI prelease
1 parent 639f332 commit 194cc42

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

packages/mongodb-chatbot-ui/.release-it.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@
1919
"release": true
2020
},
2121
"hooks": {
22-
"before:init": [
23-
"pushd ../mongodb-rag-core && npm i && npm run build && popd",
24-
"npm run build",
25-
"npm run lint"
26-
]
22+
"before:init": ["npm run build", "npm run lint"]
2723
}
2824
}

0 commit comments

Comments
 (0)