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