Skip to content

Commit

Permalink
fix: Fixing Build Output Dir
Browse files Browse the repository at this point in the history
  • Loading branch information
incutonez committed Sep 20, 2024
1 parent a156e37 commit fb96c9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"vue-tsc": "^2.1.6"
},
"lint-staged": {
"*.{js,mjs,cjs,jsx,ts,tsx,vue}": [
"src/*.{js,mjs,cjs,jsx,ts,tsx,vue}": [
"npx eslint --fix",
"npx vue-tsc --noEmit"
]
Expand Down
2 changes: 1 addition & 1 deletion vite/config.prod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ export default defineConfig({
},
},
build: {
outDir: "../dist",
outDir: "dist",
},
});

0 comments on commit fb96c9f

Please sign in to comment.