Skip to content

Commit

Permalink
Change failing command config
Browse files Browse the repository at this point in the history
  • Loading branch information
akadlec committed Apr 20, 2023
1 parent 44d74e5 commit c915368
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
"dev": "vite",
"serve": "vite preview",
"clean": "rimraf dist && rimraf tsconfig.tsbuildinfo",
"build": "yarn clean && vue-tsc --noEmit && vite build",
"types": "vue-tsc --noEmit",
"build": "yarn clean && vue-tsc --noEmit --composite false && vite build",
"types": "vue-tsc --noEmit --composite false",
"lint:js": "eslint --ext .js,.ts,.vue --ignore-path .gitignore src",
"lint:js:fix": "eslint --ext .js,.ts,.vue --ignore-path .gitignore src --fix",
"pretty": "yarn pretty:write && yarn pretty:check",
Expand Down Expand Up @@ -77,7 +77,7 @@
"vite-plugin-eslint": "^1.8",
"vue": "^3.2",
"vue-loader": "^17.0",
"vue-tsc": "^1.0"
"vue-tsc": "^1.4"
},
"peerDependencies": {
"vue": "^3.2"
Expand Down

0 comments on commit c915368

Please sign in to comment.