Skip to content

Commit

Permalink
add turbo.json for contented-config
Browse files Browse the repository at this point in the history
  • Loading branch information
fuxingloh committed Nov 10, 2023
1 parent 776758b commit 6f1d78b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions workspace/contented-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"private": true,
"type": "module",
"main": "./index.mjs",
"scripts": {
"build": ""
},
"dependencies": {
"@contentedjs/contented": "^7.1.0",
"@contentedjs/contented-pipeline-md": "^7.1.0",
Expand Down
9 changes: 9 additions & 0 deletions workspace/contented-config/turbo.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"$schema": "https://turborepo.org/schema.json",
"extends": ["//"],
"pipeline": {
"build": {
"inputs": ["index.mjs"]
}
}
}

0 comments on commit 6f1d78b

Please sign in to comment.