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 bf905fb commit 32499eeCopy full SHA for 32499ee
package.json
@@ -25,7 +25,7 @@
25
"module": "./dist/polaris-vue.es.js",
26
"scripts": {
27
"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",
+ "build": "rimraf dist && vue-tsc --noEmit && vite build && rimraf dist/index.html dist/favicon.ico dist/images",
29
"preview": "vite preview --port 5050",
30
"typecheck": "vue-tsc --noEmit",
31
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
0 commit comments