Skip to content

Commit

Permalink
chore: project updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mrksbnc committed Dec 1, 2024
1 parent 0702ee8 commit f1448c7
Show file tree
Hide file tree
Showing 12 changed files with 246 additions and 65 deletions.
5 changes: 5 additions & 0 deletions .browserslistrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Browsers that we support

last 1 version
> 1%
not dead # no browsers without security updates
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
uses: bitovi/github-actions-storybook-to-github-pages@v1.0.3
with:
path: static
build_command: npm run build-storybook
build_command: npm run build:storybook
3 changes: 3 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"recommendations": ["Vue.volar"]
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ This will build the components and generate the static files in the `dist` folde
To build the Storybook documentation for production, run the following command:

```bash
npm run build-storybook
npm run build:storybook
```

This will build the Storybook documentation and generate the static files in the `static` folder.
Expand Down
Loading

0 comments on commit f1448c7

Please sign in to comment.