Skip to content

Commit

Permalink
fix(v3): add all single file components to the npm package
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoazh committed Jun 4, 2023
1 parent 4dab7e2 commit 79839af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/v3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"dev": "vite",
"dev:e2e": "pnpm run build && vite --config cypress/runner/vite.config.js",
"preview": "vite preview --port 4173",
"build": "vite build",
"build": "vite build && pnpm run copy:components",
"tsc:build": "tsc --project tsconfig.app.json",
"vite:build": "run-p type-check build",
"type-check": "vue-tsc --noEmit -p tsconfig.vitest.json --composite false",
Expand All @@ -37,7 +37,7 @@
"test:e2e:node:server": "pnpm run test:e2e:build && node cypress/runner/runner.cjs",
"lint": "prettier --write ./src && eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
"lint-staged": "lint-staged",
"copy:components": "cpx \"./src/components/*.vue\" \"./build/src/components\" --verbose",
"copy:components": "cpx \"./src/components/*.vue\" \"./dist/components\" --verbose",
"release": "semantic-release"
},
"exports": {
Expand Down

0 comments on commit 79839af

Please sign in to comment.