chore: move files

This commit is contained in:
Kieran 2023-02-14 21:51:51 +00:00
parent 5c4a7bde15
commit 94bdd44192
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941
8 changed files with 2 additions and 1 deletions

View File

@ -4,6 +4,7 @@
"packages/*"
],
"scripts": {
"build": "yarn workspace @snort/nostr build && yarn workspace @snort/app build"
"build": "yarn workspace @snort/nostr build && yarn workspace @snort/app build",
"start": "yarn workspace @snort/nostr build && yarn workspace @snort/app start"
}
}