Skip to content

Commit e50f9de

Browse files
removes references to docs from root package.json (#9112)
1 parent 48c56e6 commit e50f9de

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,13 @@
33
"version": "0.0.0",
44
"private": true,
55
"scripts": {
6-
"build": "pnpm -- turbo run build --filter=docs",
6+
"build": "pnpm -- turbo run build",
77
"build:turbo": "pnpm run --filter=cli build",
88
"build:ts": "tsc -b tsconfig.project.json",
99
"lint:prettier": "turbo run lint:prettier",
1010
"check:toml": "taplo format --check",
1111
"turbo": "pnpm run build:turbo && node turbow.js",
1212
"turbo-prebuilt": "node turbow.js",
13-
"docs": "pnpm -- turbo run dev --filter=docs --no-cache",
1413
"prepare": "husky install",
1514
"test": "turbo run test",
1615
"test:integration": "pnpm --filter turborepo-tests-integration exec prysk",

0 commit comments

Comments
 (0)