Skip to content

Commit

Permalink
add ui build command
Browse files Browse the repository at this point in the history
  • Loading branch information
rosseyre committed Oct 5, 2023
1 parent 449ea4f commit 11a740a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
],
"scripts": {
"start": "AGENTS=2 npm run network",
"build-ui": "npm run build -w ui/stencil",
"network": "hc s clean && npm run build:happ && UI_PORT=8888 concurrently \"npm start -w ui/stencil\" \"npm start -w ui/vite\" \"npm run launch:happ\" \"holochain-playground\"",
"test": "npm run build:zomes && hc app pack workdir --recursive && npm t -w tests",
"launch:happ": "echo \"pass\" | RUST_LOG=warn hc launch --piped -n $AGENTS workdir/holochain-stencil-template.happ --ui-port $UI_PORT network mdns",
Expand Down

0 comments on commit 11a740a

Please sign in to comment.