Skip to content

Commit 72f1d2e

Browse files
fix: remove reference to now-deleted docs package (#252)
1 parent 50f9384 commit 72f1d2e

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

.changeset/early-oranges-roll.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@
44
"CI scripts are all --no-cache because we aren't using Vercel's remote cache and the caches aren't working. It may be possible to cache dependencies in the future, but for now caching breaks the build."
55
],
66
"scripts": {
7-
"build": "turbo run build --filter=!@infinitered/react-native-mlkit-docs",
8-
"build:docs": "turbo run build --filter=@infinitered/react-native-mlkit-docs",
9-
"docs": "yarn workspace @infinitered/react-native-mlkit-docs start",
7+
"build": "turbo run build",
108
"test": "turbo run test -- --run-in-band",
119
"dev": "turbo run dev",
1210
"lint": "turbo run lint",

0 commit comments

Comments
 (0)