Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fc1943s committed Jan 17, 2025
1 parent 9883a6e commit a534f6b
Showing 4 changed files with 1,803 additions and 1,801 deletions.
2 changes: 1 addition & 1 deletion apps/spiral/temp/extension/build.ps1
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@ if (!$fast) {
{ wasm-pack build --target web --dev <# --reference-types # --weak-refs --no-typescript #> } | Invoke-Block

Remove-Item ./dist -Recurse -Force -ErrorAction Ignore
{ ~/.bun/bin/bunx --bun esbuild --bundle --minify --loader:.wasm=file --outdir=dist content_script.ts service_worker.ts devtools.ts } | Invoke-Block
{ ~/.bun/bin/bunx esbuild --bundle --minify --loader:.wasm=file --outdir=dist content_script.ts service_worker.ts devtools.ts } | Invoke-Block
{ Copy-Item ./public/* ./dist -Recurse -Force } | Invoke-Block

if (!$fast) {
Loading

0 comments on commit a534f6b

Please sign in to comment.