From 6f073ba4a6b5e02fce1f165ecbe7bfd2a95352c2 Mon Sep 17 00:00:00 2001 From: Nick Sinclair Date: Sun, 18 Aug 2024 11:56:24 +1200 Subject: [PATCH] Add build cmds --- package.json | 1 + turbo.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 0be6505..a07168e 100644 --- a/package.json +++ b/package.json @@ -10,6 +10,7 @@ "scripts": { "build:packages": "turbo build --filter '@webroute/**'", "build:package-docs": "turbo docs --filter '@webroute/**'", + "build:docs": "turbo build --filter docs", "check": "turbo check", "format:pkg-json": "./scripts/common-pkg.mjs && syncpack format", "test": "CI=1 turbo test", diff --git a/turbo.json b/turbo.json index ea357aa..5b02395 100644 --- a/turbo.json +++ b/turbo.json @@ -10,7 +10,7 @@ }, "docs": { "dependsOn": ["^build"], - "cache": false + "outputs": ["content/reference/**"] }, "check": {}, "publish-pkg": {}