|
12 | 12 | "network" : "npm run build:happ && concurrently-repeat \"npm run start:agent\"", |
13 | 13 | "network-playground" : "npm run build:happ && concurrently-repeat \"npm run start:agent:playground\"", |
14 | 14 | "network-proxied" : "npm run build:happ && concurrently-repeat \"npm run start:agent-proxied\"", |
15 | | - "start:agent-proxied" : "cross-env HC_PORT=$(port) concurrently \"npm run dev:libs\" \"npm run start:happ-proxied\" \"sleep 5 && npm run start -w where\"", |
16 | | - "start:agent" : "cross-env HC_PORT=$(port) concurrently \"npm run dev:libs\" \"npm run start:happ\" \"sleep 5 && npm run start -w where\"", |
| 15 | + "start:agent-proxied" : "cross-env HC_PORT=$(port) concurrently \"npm run dev:libs\" \"npm run start:happ-proxied\" \"sleep 5 && npm run start -w where-ui\"", |
| 16 | + "start:agent" : "cross-env HC_PORT=$(port) concurrently \"npm run dev:libs\" \"npm run start:happ\" \"sleep 5 && npm run start -w where-ui\"", |
17 | 17 | "start:agent:playground": "cross-env HC_PORT=$(port) concurrently \"npm run playground\" \"npm run dev:libs\" \"npm run start:happ\" \"sleep 5 && npm run start -w where\"", |
18 | 18 | "dev:libs" : "npm run build:watch -w @where/elements", |
19 | 19 | "start-proxied" : "npm run build:happ && npm run build -w @where/elements && cross-env HC_PORT=$(port) concurrently -k \"npm run start:happ-proxied\" \"npm run start -w where\"", |
20 | | - "start-rerun" : "cross-env HC_PORT=8888 concurrently -k \"npm run build:watch -w @where/elements\" \"hc s run 0 -p 8888\" \"npm run start -w where\"", |
21 | | - "prepare" : "npm run build -w @where/elements && npm run build -w where", |
| 20 | + "start-rerun" : "cross-env HC_PORT=8888 concurrently -k \"npm run build:watch -w @where/elements\" \"hc s run 0 -p 8888\" \"npm run start -w where-ui\"", |
| 21 | + "prepare" : "npm run build -w @where/elements && npm run build -w where-ui", |
22 | 22 | "test" : "npm run build:happ && npm run build -w @where/elements && npm t -w tests", |
23 | | - "start:happ" : "RUST_LOG=warn hc s generate ./dna/workdir/happ/where.happ --run=$HC_PORT -a where network mdns", |
24 | | - "start:happ-proxied" : "RUST_LOG=warn hc s generate ./dna/workdir/happ/where.happ --run=$HC_PORT -a where network --bootstrap https://bootstrap-staging.holo.host/ quic -p=kitsune-proxy://SYVd4CF3BdJ4DS7KwLLgeU3_DbHoZ34Y-qroZ79DOs8/kitsune-quic/h/165.22.32.11/p/5779/--", |
| 23 | + "start:happ" : "RUST_LOG=warn hc s generate ./dna/workdir/happ/where.happ --run=$HC_PORT -a where-ui network mdns", |
| 24 | + "start:happ-proxied" : "RUST_LOG=warn hc s generate ./dna/workdir/happ/where.happ --run=$HC_PORT -a where-ui network --bootstrap https://bootstrap-staging.holo.host/ quic -p=kitsune-proxy://SYVd4CF3BdJ4DS7KwLLgeU3_DbHoZ34Y-qroZ79DOs8/kitsune-quic/h/165.22.32.11/p/5779/--", |
25 | 25 | "package" : "npm run build:happ && npm run build:ui && npm run build:webapp", |
26 | | - "build:ui" : "npm run build -w @where/elements && npm run package -w where", |
| 26 | + "build:ui" : "npm run build -w @where/elements && npm run package -w where-ui", |
27 | 27 | "build:webapp" : "hc web-app pack workdir", |
28 | 28 | "build:happ" : "npm run build:dna && hc app pack ./dna/workdir/happ", |
29 | 29 | "build:dna" : "npm run build:zome && hc dna pack ./dna/workdir/dna", |
|
36 | 36 | "ci:ui-install" : "cd ui/lib && npm install --ignore-scripts", |
37 | 37 | "ci:app-install" : "cd ui/apps/where && npm install --ignore-scripts", |
38 | 38 | "dist" : "cd electron && npm run tsc && npm run dist", |
39 | | - "electron" : "npm run package && npm run start -w where-app" |
| 39 | + "electron" : "npm run package && npm run start -w where" |
40 | 40 | }, |
41 | 41 | "devDependencies": { |
42 | 42 | "@holochain-playground/cli": "^0.0.8", |
|
0 commit comments