Skip to content

Commit

Permalink
chore: make pm not rebuild everytime
Browse files Browse the repository at this point in the history
  • Loading branch information
nperez0111 committed Jul 3, 2024
1 parent 3f5be5e commit 6b7daca
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions packages/pm/turbo.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"$schema": "https://turbo.build/schema.json",
"tasks": {
"build": {
"inputs": [
"changeset/**",
"collab/**",
"commands/**",
"dropcursor/**",
"gapcursor/**",
"history/**",
"inputrules/**",
"keymap/**",
"markdown/**",
"menu/**",
"model/**",
"schema-basic/**",
"schema-list/**",
"state/**",
"tables/**",
"trailing-node/**",
"transform/**",
"view/**"
],
"dependsOn": ["^build"],
"outputs": ["dist/**"]
}
},
"extends": ["//"]
}

0 comments on commit 6b7daca

Please sign in to comment.