Skip to content

Commit

Permalink
Ensure npm run docs runs correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandrohdezma committed Jul 10, 2024
1 parent 3ba3c62 commit e614340
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 @@ -7,7 +7,7 @@
"build-pre": "ncc build --target es2022 src/action/pre.ts && mv dist/index.js dist/pre.js",
"build-main": "ncc build --target es2022 src/action/main.ts && mv dist/index.js dist/main.js",
"build-post": "ncc build --target es2022 src/action/post.ts && mv dist/index.js dist/post.js",
"docs": "ts-node src/utils/docs.ts && markdown-toc-gen update README.md",
"docs": "node --loader ts-node/esm src/utils/docs.ts && markdown-toc-gen update README.md",
"contributors:add": "all-contributors add",
"contributors:generate": "all-contributors generate",
"contributors:check": "all-contributors check",
Expand Down

0 comments on commit e614340

Please sign in to comment.