Skip to content

Commit

Permalink
fix: nodemon exec use local vite
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonghakseo committed May 6, 2022
1 parent 62adc2e commit ecb1834
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nodemon.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
"ignore": [
"src/**/*.spec.ts"
],
"exec": "vite build"
"exec": "node_modules/.bin/vite build"
}

0 comments on commit ecb1834

Please sign in to comment.