Skip to content

Commit

Permalink
chore: housekeeping
Browse files Browse the repository at this point in the history
  • Loading branch information
cschroeter committed Nov 22, 2024
1 parent b9f41ad commit 93fc960
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: 'Bug Report'
description: 'Submit a bug report'
labels: ["triage"]
body:
- type: 'markdown'
attributes:
Expand Down
1 change: 1 addition & 0 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@
},
"scripts": {
"build": "vite build",
"dev": "bun run storybook",
"lint": "biome lint ./src",
"test": "vitest",
"test:ci": "vitest --run",
Expand Down
1 change: 1 addition & 0 deletions packages/solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@
},
"scripts": {
"build": "NODE_OPTIONS=\"--max-old-space-size=8192\" tsup",
"dev": "bun run storybook",
"lint": "biome lint ./src",
"test": "vitest",
"test:ci": "vitest --run",
Expand Down
1 change: 1 addition & 0 deletions packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@
},
"scripts": {
"build": "vite build",
"dev": "bun run storybook",
"lint": "echo 'No linting configured for this package.'",
"test": "vitest",
"test:ci": "vitest --run",
Expand Down

0 comments on commit 93fc960

Please sign in to comment.