Skip to content

Commit

Permalink
add web build target
Browse files Browse the repository at this point in the history
  • Loading branch information
georg-stone committed Dec 13, 2024
1 parent ad9691a commit a4ec5db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"dev": "chokidar 'src/**/*' 'public/**/*' './vite.config.js' './package.json' -c 'pnpm run build-only && cp targets/chrome/manifest.json dist/manifest.json'",
"dev:beta": "vite",
"build:firefox": "vite build; cp targets/firefox/manifest.json dist/manifest.json",
"build:chrome": "vite build; cp targets/chrome/manifest.json dist/manifest.json"
"build:chrome": "vite build; cp targets/chrome/manifest.json dist/manifest.json",
"build:web": "vite build;"
},
"dependencies": {
"@radix-ui/react-checkbox": "^1.1.2",
Expand Down

0 comments on commit a4ec5db

Please sign in to comment.