Add deployment shortcuts
This commit is contained in:
parent
92b5411cb2
commit
7057b53d2c
1 changed files with 4 additions and 0 deletions
|
@ -12,6 +12,10 @@
|
|||
"build:auth": "yarn workspace auth next build",
|
||||
"build:cast": "yarn workspace cast next build",
|
||||
"build:photos": "yarn workspace photos next build",
|
||||
"deploy:accounts": "open 'https://github.com/ente-io/ente/pull/new/deploy/accounts..main'",
|
||||
"deploy:auth": "open 'https://github.com/ente-io/ente/pull/new/deploy/auth..main'",
|
||||
"deploy:cast": "open 'https://github.com/ente-io/ente/pull/new/deploy/cast..main'",
|
||||
"deploy:photos": "open 'https://github.com/ente-io/ente/pull/new/deploy/photos..main'",
|
||||
"dev": "yarn dev:photos",
|
||||
"dev:accounts": "yarn workspace accounts next dev",
|
||||
"dev:albums": "yarn workspace photos next dev -p 3002",
|
||||
|
|
Loading…
Add table
Reference in a new issue