Skip to content
Snippets Groups Projects
Unverified Commit 60a16036 authored by Thuc Pham's avatar Thuc Pham Committed by GitHub
Browse files

fix: make edge run build after core (#670)

parent ea467fa0
No related branches found
No related tags found
No related merge requests found
---
"llamaindex": patch
---
fix: make edge run build after core
...@@ -9,8 +9,11 @@ ...@@ -9,8 +9,11 @@
"lint": { "lint": {
"inputs": ["packages/eslint-config-custom"] "inputs": ["packages/eslint-config-custom"]
}, },
"@llamaindex/edge#build": {
"dependsOn": ["llamaindex#build"]
},
"test": { "test": {
"dependsOn": ["^build"] "dependsOn": ["^build", "@llamaindex/edge#build"]
}, },
"dev": { "dev": {
"cache": false, "cache": false,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment