Skip to content

Commit

Permalink
Fix: Update command npm run update-caniemail save path (#422)
Browse files Browse the repository at this point in the history
  • Loading branch information
HazemNoor authored Jan 8, 2025
1 parent e30754a commit 2a1a5ae
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 @@ -6,7 +6,7 @@
"build": "MINIFY=true node esbuild.config.mjs",
"watch": "WATCH=true node esbuild.config.mjs",
"package": "MINIFY=true node esbuild.config.mjs",
"update-caniemail": "wget -O utils/html-check/caniemail-data.json https://www.caniemail.com/api/data.json"
"update-caniemail": "wget -O internal/htmlcheck/caniemail-data.json https://www.caniemail.com/api/data.json"
},
"dependencies": {
"axios": "^1.2.1",
Expand Down

0 comments on commit 2a1a5ae

Please sign in to comment.