Skip to content

Commit

Permalink
chore: fix turbo.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ovflowd committed Sep 13, 2024
1 parent c44384d commit 1faa18e
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions packages/i18n/turbo.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "https://turbo.build/schema.json",
"extends": ["//"],
"tasks": {
"dev": {
Expand All @@ -10,11 +11,7 @@
"outputs": ["dist/**"]
},
"lint:js": {
"inputs": ["src/**/*.{js,mjs,ts,tsx}"]
},
"lint:md": {
"inputs": ["src/**/*.md?(x)"],
"outputs": [".eslintmdcache"]
"inputs": ["lib/**/*.{js,mjs,ts}"]
}
}
}

0 comments on commit 1faa18e

Please sign in to comment.