Skip to content
This repository has been archived by the owner on Feb 19, 2025. It is now read-only.

Commit

Permalink
Add build cmds
Browse files Browse the repository at this point in the history
  • Loading branch information
sinclairnick committed Aug 17, 2024
1 parent bcc8265 commit 6f073ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"docs": {
"dependsOn": ["^build"],
"cache": false
"outputs": ["content/reference/**"]
},
"check": {},
"publish-pkg": {}
Expand Down

0 comments on commit 6f073ba

Please sign in to comment.