Skip to content

Commit

Permalink
Fix web/build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
printfn committed Nov 3, 2024
1 parent 4539162 commit ac77512
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions web/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ if ! type magick &>/dev/null; then
alias magick=convert
fi

rm -rf ../wasm/pkg-fend-web
(cd ../wasm && wasm-pack build --target web --out-dir pkg-fend-web)

npm ci
npm run lint
npm run format -- --check

rm -rf ../wasm/pkg-fend-web
(cd ../wasm && wasm-pack build --target web --out-dir pkg-fend-web)

magick ../icon/icon.svg -resize "128x128" public/fend-icon-128.png

mkdir -p public/documentation
Expand Down

0 comments on commit ac77512

Please sign in to comment.