mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-11-28 23:59:25 +08:00
fix typo
This commit is contained in:
parent
9127f36f12
commit
a0e5eac9cc
@ -17,7 +17,7 @@ async function getSortedPackages(scope, ignore) {
|
||||
const filtered = filterPackages(packages, scope, ignore, false)
|
||||
|
||||
return batchPackages(filtered)
|
||||
.filter(item => item.name !== '@tiptap/docs')
|
||||
.filter(item => item.name !== '@tiptap/demos')
|
||||
.reduce((arr, batch) => arr.concat(batch), [])
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user