Skip to content

Commit 32499ee

Browse files
committed
Remove unneccessary command during build process
1 parent bf905fb commit 32499ee

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
@@ -25,7 +25,7 @@
2525
"module": "./dist/polaris-vue.es.js",
2626
"scripts": {
2727
"dev": "vite",
28-
"build": "rimraf dist && vue-tsc --noEmit && vite build && rimraf dist/index.html dist/favicon.ico dist/images && mv dist/src dist/types",
28+
"build": "rimraf dist && vue-tsc --noEmit && vite build && rimraf dist/index.html dist/favicon.ico dist/images",
2929
"preview": "vite preview --port 5050",
3030
"typecheck": "vue-tsc --noEmit",
3131
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",

0 commit comments

Comments
 (0)