fix: fixed build

This commit is contained in:
Ole
2026-02-27 15:37:11 +01:00
parent 70177202bf
commit 059ccb3c56
2 changed files with 5 additions and 5 deletions

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

View File

@@ -1,6 +1,6 @@
{ {
"name": "@cis-oss/avprobe-wasm", "name": "@cis-oss/avprobe-wasm",
"version": "0.3.3-rc1", "version": "0.3.3",
"description": "ffprobe-like for browser and node, powered by WebAssembly", "description": "ffprobe-like for browser and node, powered by WebAssembly",
"repository": { "repository": {
"type": "git", "type": "git",