Skip to content

Commit

Permalink
Bump version and add hash-webhapp command
Browse files Browse the repository at this point in the history
  • Loading branch information
Zequez committed Dec 23, 2024
1 parent 177e272 commit 9dfd918
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
"start:happ": "echo \"starting with admin $VITE_ADMIN_PORT\" && RUST_LOG=warn echo \"pass\" | hc s -f=$VITE_ADMIN_PORT --piped generate workdir/gamez.happ --run=$VITE_APP_PORT -a gamez network -b \"http://127.0.0.1:$BOOTSTRAP_PORT\" webrtc \"ws://127.0.0.1:$SIGNAL_PORT\"",
"build:happ": "npm run build:zomes && hc app pack workdir --recursive",
"build:zomes": "RUSTFLAGS='' CARGO_TARGET_DIR=target cargo build --release --target wasm32-unknown-unknown",
"format": "prettier --write \"ui/**/*.{js,ts,css,svelte}\" --ignore-path ./ui/.gitignore"
"format": "prettier --write \"ui/**/*.{js,ts,css,svelte}\" --ignore-path ./ui/.gitignore",
"hash-webhapp": "weave hash-webhapp ./workdir/gamez.webhapp"
},
"devDependencies": {
"@holochain-playground/cli": "^0.300",
Expand Down
2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ui",
"version": "0.7.6",
"version": "0.7.7",
"dnaVersion": "0.6.0",
"scripts": {
"start": "vite --clearScreen false --port $UI_PORT",
Expand Down

0 comments on commit 9dfd918

Please sign in to comment.