Skip to content

Commit

Permalink
feat(workspace): fix turbo.json (#18)
Browse files Browse the repository at this point in the history
#### What this PR does / why we need it:

As per title.
  • Loading branch information
fuxingloh authored Nov 9, 2023
1 parent e5d3036 commit 52ee81b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ permissions:
contents: read
packages: read

env:
NEXT_TELEMETRY_DISABLED: 1
NODE_OPTIONS: --max-old-space-size=4096

jobs:
build:
name: Build
Expand Down
2 changes: 1 addition & 1 deletion turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"cache": false
},
"build": {
"inputs": ["tsconfig.json", "contented.config.mjs", "src/**"],
"inputs": ["tsconfig.json", "contented.config.mjs", "src/**", "frontmatter/**"],
"outputs": ["dist/**"],
"dependsOn": ["^build"]
},
Expand Down

0 comments on commit 52ee81b

Please sign in to comment.