Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
linonetwo committed Dec 30, 2023
1 parent d74d8fd commit 01316a3
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 @@ -28,7 +28,7 @@
"lint:fix": "eslint --ext ts --fix .",
"docs:build": "docusaurus build",
"docs:dev": "docusaurus start",
"docs:generate": "npm run docs:generate:copy && npm run docs:generate:api",
"docs:generate": "npm run docs:generate:api && npm run docs:generate:copy",
"docs:generate:api": "rimraf docs/api && typedoc --options typedoc.json",
"docs:generate:copy": "zx scripts/copy-readme.mjs"
},
Expand Down

0 comments on commit 01316a3

Please sign in to comment.