fix build script

This commit is contained in:
2023-06-15 12:28:44 +01:00
parent f25e578928
commit 0306683c87

View File

@ -4,9 +4,9 @@
"packages/*" "packages/*"
], ],
"scripts": { "scripts": {
"build": "yarn workspace @snort/system build && yarn workspace @snort/app build", "build": "yarn workspace @snort/shared build && yarn workspace @snort/system build && yarn workspace @snort/app build",
"start": "yarn workspace @snort/system build && yarn workspace @snort/app start", "start": "yarn workspace @snort/shared build && yarn workspace @snort/system build && yarn workspace @snort/app start",
"test": "yarn workspace @snort/system build && yarn workspace @snort/app test && yarn workspace @snort/system test" "test": "yarn workspace @snort/shared build && yarn workspace @snort/system build && yarn workspace @snort/app test && yarn workspace @snort/system test"
}, },
"devDependencies": { "devDependencies": {
"@tauri-apps/cli": "^1.2.3", "@tauri-apps/cli": "^1.2.3",