Skip to content
Snippets Groups Projects
Unverified Commit a19cbc7f authored by Alex Yang's avatar Alex Yang Committed by GitHub
Browse files

ci: fix (#1539)

parent b8f0cbc4
Branches
Tags
No related merge requests found
......@@ -2,8 +2,8 @@
"name": "@llamaindex/monorepo",
"private": true,
"scripts": {
"build": "turbo run build --filter=\"./packages/*\"",
"dev": "turbo run dev --filter=\"./packages/*\"",
"build": "turbo run build --filter=\"./packages/*\" --filter=\"./packages/providers/*\"",
"dev": "turbo run dev --filter=\"./packages/*\" --filter=\"./packages/providers/*\"",
"format": "prettier --ignore-unknown --cache --check .",
"format:write": "prettier --ignore-unknown --write .",
"lint": "turbo run lint",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment