mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-24 12:33:00 +03:00
build: fix file ignore
This commit is contained in:
parent
c59d1e67ab
commit
ef7ad4f111
@ -130,7 +130,7 @@ module.exports = {
|
||||
: undefined,
|
||||
// We need the following line for updater
|
||||
extraResource: ['./resources/app-update.yml'],
|
||||
ignore: ['src', 'e2e', 'tests'],
|
||||
ignore: ['e2e', 'tests'],
|
||||
},
|
||||
makers,
|
||||
hooks: {
|
||||
|
Loading…
Reference in New Issue
Block a user