Skip to content

Commit

Permalink
remove obsolete we stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
zippy committed Dec 27, 2023
1 parent ce74e8e commit 2b7fba4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,10 @@
"version": "0.1.0",
"scripts": {
"start": "vite --clearScreen false --port $UI_PORT",
"start:we": "vite -c we-applet-vite.config.ts --clearScreen false --port $UI_PORT",
"build": "vite build",
"build:we": "vite build -c we-applet-vite.config.ts",
"build-check": "npm run check && vite build",
"check": "svelte-check --tsconfig ./tsconfig.json",
"package": "rm -f dist.zip && npm run build && cd dist && bestzip ../dist.zip *",
"package:we": "rm -f dist.zip && npm run build:we && cd dist && bestzip ../dist.zip *"
},
"dependencies": {
"@holochain-open-dev/elements": "^0.8.4",
Expand Down

0 comments on commit 2b7fba4

Please sign in to comment.