1
0
mirror of https://gitlab.nic.cz/turris/reforis/foris-js.git synced 2025-06-16 13:46:16 +02:00

Global alert

This commit is contained in:
Maciej Lenartowicz
2019-10-30 16:06:53 +00:00
parent 22b2bc9c09
commit 0915d477fe
15 changed files with 168 additions and 43 deletions

View File

@ -14,4 +14,12 @@ module.exports = {
},
}],
],
env: {
development: {
ignore: ["**/__tests__", "./scripts"],
},
test: {
ignore: ["./scripts"],
},
},
};