mirror of
https://gitlab.nic.cz/turris/reforis/foris-js.git
synced 2025-09-13 01:22:12 +02:00
Flat structure of published package
This commit is contained in:
@@ -16,10 +16,10 @@ module.exports = {
|
||||
],
|
||||
env: {
|
||||
development: {
|
||||
ignore: ["**/__tests__", "./scripts"],
|
||||
ignore: ["**/__tests__/**", "**/__mocks__/**"],
|
||||
},
|
||||
test: {
|
||||
ignore: ["./scripts"],
|
||||
ignore: [],
|
||||
},
|
||||
},
|
||||
};
|
||||
|
Reference in New Issue
Block a user