Skip to content

Commit

Permalink
add for generate doc cmd in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
cristian-sima committed Jun 11, 2024
1 parent 08dff51 commit 7397b39
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"intern-build": "npm run intern-build-scss",
"intern-clean": "rimraf dist dist",
"test": "vitest",
"generate-doc": "typedoc --out docs src/**/*.* --basePath ./",
"test-once": "vitest --run",
"check": "node script/check & npm run depcheck & npm run check:npm-check",
"check:npm-check": "npm-check -u -i \"{rc-tooltip,react,react-dom}\" --specials=bin,eslint,babel,webpack",
Expand Down Expand Up @@ -107,4 +108,4 @@
"immutable": "^4.3.4",
"react": "^17.0.2"
}
}
}

0 comments on commit 7397b39

Please sign in to comment.