Skip to content

Commit

Permalink
docs: Docs build fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
cogor committed Nov 20, 2023
1 parent 21cbc34 commit 5a973f8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ jobs:
cache: 'npm'
- run: npm i
- name: Build docs
run: npm run story:build
run: npm run build-storybook

2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ coverage
test-results/
playwright-report/
.histoire

storybook-static
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,6 @@
"build:package": "vite build",
"build:types": "vue-tsc --emitDeclarationOnly -p tsconfig.vitest.json --composite false",
"build:production": "npm run build:package",
"story:dev": "histoire dev",
"story:build": "histoire build",
"story:preview": "histoire preview",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
Expand Down

0 comments on commit 5a973f8

Please sign in to comment.