File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 11
11
"start" : " VITE_ADMIN_PORT=$(port) VITE_APP_PORT=$(port) UI_PORT=8888 npm run network" ,
12
12
"network" : " hc s clean && npm run build:happ && npm run start -w ui && hc-spin -n 2 --ui-port $UI_PORT 8888 ./workdir/notebooks.webhapp" ,
13
13
"test" : " npm run build:happ && cargo nextest run -j 1" ,
14
- "package" : " npm run build:happ && npm run package -w app && hc web-app pack workdir --recursive" ,
14
+ "package" : " rm -rf ui/dist && npm run build:happ && npm run package -w app && hc web-app pack workdir --recursive" ,
15
15
"start:happ" : " echo \" starting with admin $VITE_ADMIN_PORT\" && RUST_LOG=warn echo \" pass\" | hc s -f=$VITE_ADMIN_PORT --piped generate workdir/notebooks.happ --run=$VITE_APP_PORT -a notebooks network -b \" http://127.0.0.1:$BOOTSTRAP_PORT\" webrtc \" ws://127.0.0.1:$SIGNAL_PORT\" " ,
16
16
"build:happ" : " npm run build:zomes && hc app pack workdir --recursive" ,
17
17
"build:zomes" : " CARGO_TARGET_DIR=target cargo build --release --target wasm32-unknown-unknown" ,
You can’t perform that action at this time.
0 commit comments