Skip to content

Commit 2e5a09d

Browse files
committed
Remove rmdir command from build command
1 parent 533583d commit 2e5a09d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "srt-support-for-html5-videos",
3-
"version": "2.2.4",
3+
"version": "2.2.5",
44
"type": "module",
55
"main": "main.js",
66
"repository": "https://github.com/codeit-ninja/SRT-Support-for-HTML5-videos",
@@ -11,7 +11,7 @@
1111
},
1212
"scripts": {
1313
"dev": "vite",
14-
"build": "rmdir dist /S /Q && npm run build:iife && npm run build:esm && npm run build:source",
14+
"build": "npm run build:iife && npm run build:esm && npm run build:source",
1515
"build:source": "vite --config vite.config.js build",
1616
"build:iife": "vite --config vite.config.iife.js build",
1717
"build:esm": "vite --config vite.config.esm.js build",

0 commit comments

Comments
 (0)