Skip to content
Snippets Groups Projects
Commit 64ef70b7 authored by Alex Yang's avatar Alex Yang
Browse files

build: ignore example project

parent 6615aaa4
No related branches found
No related tags found
No related merge requests found
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
"name": "@llamaindex/monorepo", "name": "@llamaindex/monorepo",
"private": true, "private": true,
"scripts": { "scripts": {
"build": "turbo run build --filter=\"!docs\" --filter=\"!*-test\"", "build": "turbo run build --filter=\"!docs\" --filter=\"!*-test\" --filter=\"!*-example\"",
"build:release": "turbo run build lint test --filter=\"!docs\" --filter=\"!*-test\"", "build:release": "turbo run build lint test --filter=\"!docs\" --filter=\"!*-test\" --filter=\"!*-example\"",
"dev": "turbo run dev", "dev": "turbo run dev",
"format": "prettier --ignore-unknown --cache --check .", "format": "prettier --ignore-unknown --cache --check .",
"format:write": "prettier --ignore-unknown --write .", "format:write": "prettier --ignore-unknown --write .",
......
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