mirror of
https://github.com/arcodange-org/mediabunny.git
synced 2026-09-27 10:53:50 +02:00
Add audio drains & various fixes and adjustments
This commit is contained in:
+2
-1
@@ -20,7 +20,8 @@
|
||||
"build": "node build.mjs && tsc && api-extractor run && node append-namespace.mjs",
|
||||
"build-local": "node build.mjs && tsc && api-extractor run --local --verbose && node append-namespace.mjs",
|
||||
"watch": "node build.mjs --watch",
|
||||
"lint": "eslint ."
|
||||
"lint": "eslint .",
|
||||
"check": "tsc --noEmit"
|
||||
},
|
||||
"author": "",
|
||||
"license": "MIT",
|
||||
|
||||
Reference in New Issue
Block a user