Skip to content

Commit

Permalink
chore: cleanup turbo config
Browse files Browse the repository at this point in the history
  • Loading branch information
louisgv committed Jan 29, 2023
1 parent 27d5734 commit 549c33d
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions turbo.json
Expand Up @@ -15,17 +15,6 @@
"clean": {
"dependsOn": ["^clean"],
"cache": false
},
"start": {
"dependsOn": ["build"],
"outputs": ["dist/**", ".next/**"]
},
"#plasmo#publish": {
"dependsOn": [
"@plasmohq/parcel-runtime#publish",
"@plasmohq/parcel-resolver#publish"
],
"cache": false
}
}
}

0 comments on commit 549c33d

Please sign in to comment.