fix build

This commit is contained in:
Kieran 2023-06-12 14:22:33 +01:00
parent 7bfe2f0c91
commit 2ef0172de9
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941

View File

@ -4,8 +4,8 @@
"packages/*" "packages/*"
], ],
"scripts": { "scripts": {
"build": "yarn workspace @snort/nostr build && yarn workspace @snort/app build", "build": "yarn workspace @snort/system build && yarn workspace @snort/app build",
"start": "yarn workspace @snort/nostr build && yarn workspace @snort/app start", "start": "yarn workspace @snort/system build && yarn workspace @snort/app start",
"test": "yarn workspace @snort/app test" "test": "yarn workspace @snort/app test"
}, },
"devDependencies": { "devDependencies": {