This commit is contained in:
Manav Rathi 2024-02-17 11:17:18 +05:30 committed by GitHub
commit 675bd9657b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,9 +7,9 @@
"packages/*"
],
"scripts": {
"build:accounts": "yarn workspace photos next build",
"build:auth": "yarn workspace photos next build",
"build:cast": "yarn workspace photos next build",
"build:accounts": "yarn workspace accounts next build",
"build:auth": "yarn workspace auth next build",
"build:cast": "yarn workspace cast next build",
"build:photos": "yarn workspace photos next build",
"dev:accounts": "yarn workspace accounts next dev",
"dev:auth": "yarn workspace auth next dev",