We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48c56e6 commit e50f9deCopy full SHA for e50f9de
package.json
@@ -3,14 +3,13 @@
3
"version": "0.0.0",
4
"private": true,
5
"scripts": {
6
- "build": "pnpm -- turbo run build --filter=docs",
+ "build": "pnpm -- turbo run build",
7
"build:turbo": "pnpm run --filter=cli build",
8
"build:ts": "tsc -b tsconfig.project.json",
9
"lint:prettier": "turbo run lint:prettier",
10
"check:toml": "taplo format --check",
11
"turbo": "pnpm run build:turbo && node turbow.js",
12
"turbo-prebuilt": "node turbow.js",
13
- "docs": "pnpm -- turbo run dev --filter=docs --no-cache",
14
"prepare": "husky install",
15
"test": "turbo run test",
16
"test:integration": "pnpm --filter turborepo-tests-integration exec prysk",
0 commit comments