Skip to content

Commit

Permalink
fix hello world template
Browse files Browse the repository at this point in the history
  • Loading branch information
c12i committed Jun 26, 2024
1 parent 0002dbc commit d73db12
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"start": "vite --clearScreen false --port $UI_PORT",
"build": "vite build",
"package": "{{{{(package_manager_command package_manager "build" null)}}}} && rimraf dist.zip && cd dist && bestzip ../dist.zip *"
"package": "{{(package_manager_command package_manager "build" null)}} && rimraf dist.zip && cd dist && bestzip ../dist.zip *"
},
"dependencies": {
"@holochain/client": "{{holochain_client_version}}",
Expand Down

0 comments on commit d73db12

Please sign in to comment.