Skip to content

Commit

Permalink
Add script to clean wasm
Browse files Browse the repository at this point in the history
  • Loading branch information
peaBerberian committed Feb 20, 2024
1 parent 0e1f146 commit 8d0a34b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"check:types:watch": "tsc --noEmit --watch --project .",
"check:demo": "npm run check:demo:types && npm run lint:demo",
"check:demo:types": "tsc --noEmit --project demo/full",
"clean:wasm": "rimraf dist/mpd-parser.wasm && rimraf ./src/parsers/manifest/dash/wasm-parser/target",
"demo": "node ./scripts/generate_full_demo.js --production-mode",
"demo:min": "node ./scripts/generate_full_demo.js --production-mode --minify",
"demo:watch": "node ./scripts/generate_full_demo.js --watch --production-mode",
Expand Down

0 comments on commit 8d0a34b

Please sign in to comment.