|
@@ -11,7 +11,7 @@
|
|
"build:accounts": "yarn workspace accounts next build",
|
|
"build:accounts": "yarn workspace accounts next build",
|
|
"build:auth": "yarn workspace auth next build",
|
|
"build:auth": "yarn workspace auth next build",
|
|
"build:cast": "yarn workspace cast next build",
|
|
"build:cast": "yarn workspace cast next build",
|
|
- "build:payments": "yarn workspace payments next build",
|
|
|
|
|
|
+ "build:payments": "yarn workspace payments build",
|
|
"build:photos": "yarn workspace photos next build",
|
|
"build:photos": "yarn workspace photos next build",
|
|
"deploy:accounts": "open 'https://github.com/ente-io/ente/compare/deploy/accounts...main?quick_pull=1&title=[web]+Deploy+accounts&body=Deploy+accounts.ente.io'",
|
|
"deploy:accounts": "open 'https://github.com/ente-io/ente/compare/deploy/accounts...main?quick_pull=1&title=[web]+Deploy+accounts&body=Deploy+accounts.ente.io'",
|
|
"deploy:auth": "open 'https://github.com/ente-io/ente/compare/deploy/auth...main?quick_pull=1&title=[web]+Deploy+auth&body=Deploy+auth.ente.io'",
|
|
"deploy:auth": "open 'https://github.com/ente-io/ente/compare/deploy/auth...main?quick_pull=1&title=[web]+Deploy+auth&body=Deploy+auth.ente.io'",
|
|
@@ -23,14 +23,15 @@
|
|
"dev:albums": "yarn workspace photos next dev -p 3002",
|
|
"dev:albums": "yarn workspace photos next dev -p 3002",
|
|
"dev:auth": "yarn workspace auth next dev",
|
|
"dev:auth": "yarn workspace auth next dev",
|
|
"dev:cast": "yarn workspace cast next dev -p 3001",
|
|
"dev:cast": "yarn workspace cast next dev -p 3001",
|
|
- "dev:payments": "yarn workspace payments next dev -p 3001",
|
|
|
|
|
|
+ "dev:payments": "yarn workspace payments dev",
|
|
"dev:photos": "yarn workspace photos next dev",
|
|
"dev:photos": "yarn workspace photos next dev",
|
|
- "lint": "yarn prettier --check . && yarn workspaces run eslint .",
|
|
|
|
|
|
+ "lint": "yarn prettier --check . && yarn workspaces run eslint --report-unused-disable-directives",
|
|
"lint-fix": "yarn prettier --write . && yarn workspaces run eslint --fix .",
|
|
"lint-fix": "yarn prettier --write . && yarn workspaces run eslint --fix .",
|
|
"preview": "yarn preview:photos",
|
|
"preview": "yarn preview:photos",
|
|
"preview:accounts": "yarn build:accounts && python3 -m http.server -d apps/accounts/out 3001",
|
|
"preview:accounts": "yarn build:accounts && python3 -m http.server -d apps/accounts/out 3001",
|
|
"preview:auth": "yarn build:auth && python3 -m http.server -d apps/auth/out 3000",
|
|
"preview:auth": "yarn build:auth && python3 -m http.server -d apps/auth/out 3000",
|
|
"preview:cast": "yarn build:cast && python3 -m http.server -d apps/accounts/out 3001",
|
|
"preview:cast": "yarn build:cast && python3 -m http.server -d apps/accounts/out 3001",
|
|
|
|
+ "preview:payments": "yarn workspace payments preview",
|
|
"preview:photos": "yarn build:photos && python3 -m http.server -d apps/photos/out 3000"
|
|
"preview:photos": "yarn build:photos && python3 -m http.server -d apps/photos/out 3000"
|
|
},
|
|
},
|
|
"resolutions": {
|
|
"resolutions": {
|