|
28 | 28 | "buf:generate": "buf generate buf.build/audiusd/audiusd:as/rm-old-protos --include-imports && npm run buf:generate:postinstall", |
29 | 29 | "buf:generate:postinstall": "cd packages/discovery-provider/src/tasks/core && ./fix-proto-imports.sh", |
30 | 30 | "WEB========================================": "", |
31 | | - "web:dev": "npm run start:dev -w @audius/web", |
32 | | - "web:prod": "npm run start:prod -w @audius/web", |
33 | | - "web:stage": "npm run start:stage -w @audius/web", |
| 31 | + "web": "npm run start -w @audius/web", |
| 32 | + "web:local": "npm run start:local -w @audius/web", |
34 | 33 | "web:e2e": "npm run test:e2e -w @audius/web", |
35 | 34 | "web:test": "turbo run test --filter=@audius/web", |
36 | 35 | "web:example:trending": "cd packages/web/examples/trending && npm run dev", |
37 | 36 | "web:example:update-profile": "cd packages/web/examples/update-profile && npm run dev", |
38 | 37 | "web:example:upload": "cd packages/web/examples/upload && npm run dev", |
39 | 38 | "web:example:gated-upload": "cd packages/web/examples/gated-upload && npm run dev", |
40 | 39 | "DESKTOP====================================": "", |
41 | | - "desktop:dev": "concurrently -k 'BROWSER=none npm run start:dev -w @audius/web' 'wait-on http://0.0.0.0:3000 && npm run electron:localhost -w @audius/web -- 3000'", |
42 | | - "desktop:prod": "concurrently -k 'BROWSER=none npm run start:prod -w @audius/web' 'wait-on http://0.0.0.0:3002 && npm run electron:localhost -w @audius/web -- 3002'", |
43 | | - "desktop:stage": "concurrently -k 'BROWSER=none npm run start:stage -w @audius/web' 'wait-on http://0.0.0.0:3001 && npm run electron:localhost -w @audius/web -- 3001'", |
| 40 | + "desktop": "concurrently -k 'BROWSER=none npm run start -w @audius/web' 'wait-on http://0.0.0.0:3002 && npm run electron:localhost -w @audius/web -- 3002'", |
| 41 | + "desktop:local": "concurrently -k 'BROWSER=none npm run start:local -w @audius/web' 'wait-on http://0.0.0.0:3000 && npm run electron:localhost -w @audius/web -- 3000'", |
44 | 42 | "MOBILE=====================================": "", |
45 | 43 | "android:dev": "npm run android:dev -w @audius/mobile", |
46 | 44 | "android:prod": "npm run android:prod -w @audius/mobile", |
|
0 commit comments