Skip to content

Commit

Permalink
Updating file path to getData with new file structure
Browse files Browse the repository at this point in the history
  • Loading branch information
JALWilliams committed Aug 1, 2024
1 parent 927b5a2 commit 9540881
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 @@ -37,7 +37,7 @@
},
"private": true,
"scripts": {
"data": "node scripts/getData.js",
"data": "node util/getData.js",
"build": "vite build --mode=development",
"build:preview": "vite build --mode preview",
"build:prod": "vite build --mode production",
Expand Down

0 comments on commit 9540881

Please sign in to comment.