Skip to content

Commit 33fc32d

Browse files
committed
fix: remove unused script
1 parent 3b9b0bd commit 33fc32d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"yarn.lock"
2121
],
2222
"scripts": {
23-
"build": "run tsc && run vite build",
23+
"build": "tsc && vite build",
2424
"prepublishOnly": "npm run build"
2525
},
2626
"dependencies": {

0 commit comments

Comments
 (0)