Skip to content

Commit

Permalink
moved update-toc.js to scritp directory
Browse files Browse the repository at this point in the history
  • Loading branch information
aialok committed Dec 28, 2023
1 parent 0aad977 commit e7c4ff0
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 @@ -81,7 +81,7 @@
"typecheck": "tsc --project tsconfig.json --noEmit",
"prepare": "husky install",
"jest-preview": "jest-preview",
"update-toc": "node update-toc.js"
"update-toc": "node scripts/update-toc.js"
},
"eslintConfig": {
"extends": [
Expand Down
File renamed without changes.

0 comments on commit e7c4ff0

Please sign in to comment.