We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 533583d commit 2e5a09dCopy full SHA for 2e5a09d
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "srt-support-for-html5-videos",
3
- "version": "2.2.4",
+ "version": "2.2.5",
4
"type": "module",
5
"main": "main.js",
6
"repository": "https://github.com/codeit-ninja/SRT-Support-for-HTML5-videos",
@@ -11,7 +11,7 @@
11
},
12
"scripts": {
13
"dev": "vite",
14
- "build": "rmdir dist /S /Q && npm run build:iife && npm run build:esm && npm run build:source",
+ "build": "npm run build:iife && npm run build:esm && npm run build:source",
15
"build:source": "vite --config vite.config.js build",
16
"build:iife": "vite --config vite.config.iife.js build",
17
"build:esm": "vite --config vite.config.esm.js build",
0 commit comments