Skip to content

Commit

Permalink
refactor(scrape): rename to 'scrape-cli'
Browse files Browse the repository at this point in the history
  • Loading branch information
kripod committed Dec 15, 2024
1 parent e261228 commit 3ea7432
Show file tree
Hide file tree
Showing 2 changed files 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 @@ -3,7 +3,7 @@
"private": true,
"type": "module",
"scripts": {
"fetch:mnb": "tsx ./src/content/tickers/_scrape.ts",
"fetch:mnb": "tsx ./src/content/tickers/_scrape-cli.ts",
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
Expand Down
File renamed without changes.

0 comments on commit 3ea7432

Please sign in to comment.