fix: fixed build

This commit is contained in:
Ole
2026-02-27 15:37:11 +01:00
parent 70177202bf
commit c6b22b0c5f

View File

@@ -5,17 +5,17 @@ set -e
# Clean # Clean
rm -rf dist rm -rf dist
rm -rf ffprobe-wasm-app/dist rm -rf libav-wasm/dist
# Build wasm # Build wasm
cd ffprobe-wasm-app cd libav-wasm
docker-compose run ffprobe-wasm make docker-compose run ffprobe-wasm make
cd .. cd ..
cp -R ffprobe-wasm-app/dist dist cp -R libav-wasm/dist dist
cp src/*.d.* dist cp src/*.d.* dist
# Build browser/node workers # Build browser/node workers
npm run build pnpm run build
# Copy files for npm publish # Copy files for npm publish
cp package.json LICENSE README.md dist cp package.json LICENSE README.md dist