try improve performance of diffFilters

This commit is contained in:
2023-06-13 17:06:47 +01:00
parent 3ffc9bc81f
commit cc943fed50
4 changed files with 25 additions and 7 deletions

View File

@ -6,7 +6,7 @@
"scripts": {
"build": "yarn workspace @snort/system build && yarn workspace @snort/app build",
"start": "yarn workspace @snort/system build && yarn workspace @snort/app start",
"test": "yarn workspace @snort/app test"
"test": "yarn workspace @snort/system build && yarn workspace @snort/app test && yarn workspace @snort/system test"
},
"devDependencies": {
"@tauri-apps/cli": "^1.2.3",