Skip to content

Commit

Permalink
chore(ethereum#6392): rename to ts file
Browse files Browse the repository at this point in the history
  • Loading branch information
nikkhielseath committed Jul 23, 2022
1 parent 4f42ce1 commit 04c4920
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 @@ -100,7 +100,7 @@
"crowdin-clean": "rm -rf .crowdin && mkdir .crowdin",
"crowdin-import": "ts-node src/scripts/crowdin-import.ts",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"generate-heading-ids": "node src/scripts/generate-heading-ids.js",
"generate-heading-ids": "ts-node src/scripts/generate-heading-ids.ts",
"start": "gatsby develop",
"start:lambda": "netlify-lambda serve src/lambda",
"start:static": "gatsby build && gatsby serve",
Expand Down
File renamed without changes.

0 comments on commit 04c4920

Please sign in to comment.