mirror of
https://github.com/ueberdosis/tiptap.git
synced 2025-06-07 17:43:49 +08:00
chore: make pm not rebuild everytime
This commit is contained in:
parent
3f5be5ed7e
commit
6b7dacaedc
30
packages/pm/turbo.json
Normal file
30
packages/pm/turbo.json
Normal file
@ -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": ["//"]
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user