Skip to content

Commit

Permalink
bake in manifest and assets
Browse files Browse the repository at this point in the history
  • Loading branch information
BYK committed Feb 11, 2025
1 parent d5c9475 commit 56c5c2f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/spotlight/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"scripts": {
"start": "./bin/run.js",
"dev": "vite build --watch",
"build": "vite build && vite build --config vite.overlay.config.ts && fossilize --sign -p linux-x64 -p linux-arm64 -p win-x64 -p darwin-x64 -p darwin-arm64 && tsc",
"build:sea": "fossilize --sign -m dist/overlay/manifest.json -p linux-x64 -p linux-arm64 -p win-x64 -p darwin-x64 -p darwin-arm64",
"build": "vite build && vite build --config vite.overlay.config.ts && npm run build:sea && tsc",
"build:watch": "vite build --watch",
"yalc:publish": "yalc publish --push --sig --private",
"clean": "rimraf dist"
Expand Down

0 comments on commit 56c5c2f

Please sign in to comment.