Skip to content

Commit

Permalink
Fixed happ
Browse files Browse the repository at this point in the history
  • Loading branch information
guillemcordoba committed Jul 5, 2024
1 parent 7ce46c2 commit ff318cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/zome/web-app/package.json.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"launch": "echo pass | RUST_LOG=warn hc launch --piped -n $AGENTS workdir/{{app_name}}_test.happ --ui-port $UI_PORT network --bootstrap http://127.0.0.1:$BOOTSTRAP_PORT webrtc ws://127.0.0.1:$SIGNAL_PORT",
"local-services": "hc run-local-services --bootstrap-port $BOOTSTRAP_PORT --signal-port $SIGNAL_PORT",
"test": "pnpm build:happ && nix flake check -L && pnpm -F tests test",
"build:happ": "nix build -L .#{{snake_case app_name}}_test_app -o workdir/{{app_name}}_test.happ"
"build:happ": "nix build -L .#{{snake_case app_name}}_test_happ -o workdir/{{app_name}}_test.happ"
},
"devDependencies": {
"@holochain-playground/cli": "^0.300.0-rc",
Expand Down

0 comments on commit ff318cb

Please sign in to comment.