Skip to content

Commit

Permalink
chore: add code-coverage on changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
tianyingchun committed Aug 9, 2024
1 parent 6629622 commit 9a36660
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 43 deletions.
6 changes: 6 additions & 0 deletions .changeset/fast-horses-eat.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"website": patch
"@hyperse/gh-pages-starter": patch
---

Add code-coverage on changeset
24 changes: 0 additions & 24 deletions src/str/str-capitalize-all.ts

This file was deleted.

10 changes: 9 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,13 @@
"@/*": ["src/*"]
}
},
"exclude": ["**/node_modules", "**/.*/", "dist", "build", "_release"]
"exclude": [
"**/node_modules",
"**/.*/",
"dist",
"build",
"_release",
"**/website/**/*.ts",
"**/website/**/*.tsx"
]
}
2 changes: 1 addition & 1 deletion website/docs/react-hook-form.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Here an example if you want to plug `MuiColorInput` to your form using [React Ho
import React from 'react';
import ReactDOM from 'react-dom';
import { Controller, useForm } from 'react-hook-form';
import { matchIsValidColor,MuiColorInput } from 'mui-color-input';
import { matchIsValidColor, MuiColorInput } from 'mui-color-input';
import Button from '@mui/material/Button';

const App = () => {
Expand Down
19 changes: 2 additions & 17 deletions website/sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,23 +20,8 @@ const sidebars: SidebarsConfig = {
items: [
{
type: 'link',
label: 'MUI OTP input',
href: 'https://hyperse.github.io/gh-pages-starter/',
},
{
type: 'link',
label: 'MUI tel input',
href: 'https://hyperse.github.io/gh-pages-starter/',
},
{
type: 'link',
label: 'MUI chips input',
href: 'https://hyperse.github.io/gh-pages-starter/',
},
{
type: 'link',
label: 'MUI file input',
href: 'https://hyperse.github.io/gh-pages-starter/',
label: 'Hyperse track',
href: 'https://hyperse.github.io/track/',
},
],
},
Expand Down

0 comments on commit 9a36660

Please sign in to comment.