Skip to content

Commit

Permalink
fix: config/vite.stub file not found
Browse files Browse the repository at this point in the history
Close #9
  • Loading branch information
Julien-R44 committed Mar 25, 2024
1 parent 76016e4 commit b8dc984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"scripts": {
"clean": "del-cli build",
"copy:templates": "copyfiles \"stubs/**/*.stub\" build",
"copy:templates": "copyfiles --up 1 \"stubs/**/*.stub\" build",
"typecheck": "tsc --noEmit",
"lint": "eslint . --ext=.ts",
"format": "prettier --write .",
Expand Down

0 comments on commit b8dc984

Please sign in to comment.