Skip to content

Commit 2e58b24

Browse files
authored
Merge pull request #6 from hbmartin/cleanup-storybook
Update deps, prep CI
2 parents 3dbccba + 3fa8b2b commit 2e58b24

9 files changed

Lines changed: 17 additions & 264 deletions

File tree

.claude/settings.local.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"permissions": {
33
"allow": [
4-
"Bash(npm run build:*)"
4+
"Bash(npm run build)",
5+
"Bash(npm run lint)"
56
],
67
"deny": [],
78
"ask": []

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: npx prettier --check "src/**/*.{ts,tsx,js,jsx,json,css,md}"
3535

3636
- name: Run tests
37-
run: npm test -- --run 2>/dev/null
37+
run: npm test -- --run --passWithNoTests
3838

3939
- name: Build library
4040
run: npm run build
@@ -48,7 +48,7 @@ jobs:
4848
- name: Validate package.json
4949
run: |
5050
npx publint
51-
npx are-the-types-wrong --pack .
51+
npx @arethetypeswrong/cli --pack .
5252
continue-on-error: true
5353

5454
code-quality:

eslint.config.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ export default defineConfig([
2222
'postcss.config.js',
2323
'tailwind.config.js',
2424
'.github/**',
25-
'storybook-static',
26-
'.storybook',
2725
]),
2826
{
2927
files: ['**/*.{ts,tsx}'],

0 commit comments

Comments
 (0)