Skip to content

Commit

Permalink
config: Remove type checking from build
Browse files Browse the repository at this point in the history
  • Loading branch information
Mintoo200 committed Mar 14, 2024
1 parent 9a7674c commit 023a15b
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@
},
"type": "module",
"scripts": {
"build": "run-p type-check \"build-only {@}\" --",
"build": "vite build",
"test:unit": "vitest",
"build-only": "vite build",
"type-check": "vue-tsc --build --force",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
"format": "prettier --write src/",
Expand All @@ -22,6 +21,9 @@
},
"dependencies": {
"vite-plugin-css-injected-by-js": "^3.4.0",
"@vitejs/plugin-vue": "^5.0.4",
"@tsconfig/node20": "^20.1.2",
"@vue/tsconfig": "^0.5.1",
"vue": "^3.4.21"
},
"devDependencies": {
Expand All @@ -34,14 +36,11 @@
"@storybook/test": "^8.0.0",
"@storybook/vue3": "^8.0.0",
"@storybook/vue3-vite": "^8.0.0",
"@tsconfig/node20": "^20.1.2",
"@types/jsdom": "^21.1.6",
"@types/node": "^20.11.25",
"@vitejs/plugin-vue": "^5.0.4",
"@vue/eslint-config-prettier": "^8.0.0",
"@vue/eslint-config-typescript": "^12.0.0",
"@vue/test-utils": "^2.4.4",
"@vue/tsconfig": "^0.5.1",
"eslint": "^8.49.0",
"eslint-plugin-storybook": "^0.8.0",
"eslint-plugin-vue": "^9.17.0",
Expand Down

0 comments on commit 023a15b

Please sign in to comment.