Skip to content

Commit

Permalink
fix: changetset action
Browse files Browse the repository at this point in the history
  • Loading branch information
iamdin authored Oct 17, 2024
1 parent e710efd commit b343f82
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 21 deletions.
5 changes: 5 additions & 0 deletions .changeset/forty-masks-collect.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"shipbase-ui": patch
---

init command
4 changes: 2 additions & 2 deletions .github/workflows/quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ jobs:
cache: pnpm

- run: pnpm install --frozen-lockfile
- run: pnpm run check
- run: pnpm dlx turbo test check:type
- run: pnpm dlx turbo test check:type
- run: pnpm run check
8 changes: 7 additions & 1 deletion biome.jsonc
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
{
"$schema": "https://biomejs.dev/schemas/1.8.3/schema.json",
"files": {
"ignore": ["**/dist/**", "**/.turbo/**", "**/.astro/**", "**/public/**"]
"ignore": [
"**/dist/**",
"**/.turbo/**",
"**/.astro/**",
"**/public/**",
"packages.json"
]
},
"organizeImports": {
"enabled": true
Expand Down
7 changes: 0 additions & 7 deletions packages/cli/CHANGELOG.md

This file was deleted.

14 changes: 3 additions & 11 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "shipbase-ui",
"version": "0.0.1",
"version": "0.0.0",
"type": "module",
"description": "Add components to your apps.",
"exports": "./dist/index.js",
Expand All @@ -15,16 +15,8 @@
},
"author": "@shipbase",
"license": "MIT",
"files": [
"dist"
],
"keywords": [
"shipbase",
"components",
"ui",
"tailwind",
"ark-ui"
],
"files": ["dist"],
"keywords": ["shipbase", "components", "ui", "tailwind", "ark-ui"],
"scripts": {
"dev": "tsup --watch",
"test": "vitest",
Expand Down
1 change: 1 addition & 0 deletions packages/lib/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "@ui/lib",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "tsc --watch",
Expand Down
1 change: 1 addition & 0 deletions tooling/typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "@ui/typescript",
"version": "0.0.0",
"private": true,
"dependencies": {
"@vue/tsconfig": "^0.5.1"
Expand Down

0 comments on commit b343f82

Please sign in to comment.