Skip to content

Commit 956b4fd

Browse files
committed
refactor: added doc script
for now just points to storybook
1 parent 5c291f8 commit 956b4fd

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464

6565
# - run: pnpm test
6666

67-
- run: pnpm build:storybook
67+
- run: pnpm doc
6868

6969
- name: Documentation
7070
if: "env.ENABLE_DOCS == 'true'"

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@
2222
"storybook:clear-cache": "storybook dev -p 6006 --no-manager-cache",
2323
"build:storybook": "storybook build -o docs/storybook",
2424

25+
"doc":"pnpm run build:storybook",
26+
"doc:dev":"pnpm run storybook",
27+
2528
"lint:eslint": "eslint \"{src,tests}/**/*.{cjs,js,ts,vue}\" \"*.{cjs,js,ts}\" --max-warnings=0 --report-unused-disable-directives",
2629
"lint:types": "vue-tsc --noEmit --pretty",
2730
"lint:commits": "commitlint --from $(git rev-list HEAD --not --remotes | tail -1)^ --to HEAD --verbose",

0 commit comments

Comments
 (0)