Skip to content

Commit 3946e95

Browse files
chore: remove unused docs commands
1 parent ebf9d77 commit 3946e95

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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)