mirror of
https://github.com/arcodange-org/mediabunny.git
synced 2026-09-27 10:53:50 +02:00
Merge main into release for tag v1.34.0
This commit is contained in:
@@ -38,6 +38,8 @@ export default tseslint.config(
|
||||
'dist-docs',
|
||||
'packages/mp3-encoder/dist',
|
||||
'packages/mp3-encoder/build',
|
||||
'packages/ac3/dist',
|
||||
'packages/ac3/build',
|
||||
'eslint.config.mjs',
|
||||
'docs/.vitepress/cache',
|
||||
'test/public',
|
||||
|
||||
+4
-3
@@ -32,9 +32,10 @@
|
||||
"build": "./scripts/build.sh",
|
||||
"watch": "tsx scripts/bundle.ts --watch",
|
||||
"lint": "eslint .",
|
||||
"test": "npx vitest --run",
|
||||
"test-node": "npm run test node/",
|
||||
"test-browser": "npm run test browser/",
|
||||
"test": "npm run pre-test && npx vitest --run",
|
||||
"test-node": "npm run pre-test && npm run test node/",
|
||||
"test-browser": "npm run pre-test && npm run test browser/",
|
||||
"pre-test": "tsx scripts/bundle.ts",
|
||||
"check": "./scripts/check.sh",
|
||||
"check-docblocks": "tsx scripts/check-docblocks.ts dist/mediabunny.d.ts",
|
||||
"docs:dev": "vitepress dev docs",
|
||||
|
||||
Reference in New Issue
Block a user