chore: build script

This commit is contained in:
Kieran 2023-02-14 13:59:15 +00:00
parent e948b0e5a1
commit f99c0546e3
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941

View File

@ -2,5 +2,8 @@
"private": true,
"workspaces": [
"packages/*"
]
],
"scripts": {
"build": "yarn workspace @snort/nostr build && yarn workspace @snort/app build"
}
}