Skip to content

Commit

Permalink
Prepare initial release
Browse files Browse the repository at this point in the history
  • Loading branch information
jesko-plitt committed Nov 26, 2024
1 parent ad54cbf commit e7fbca0
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 24 deletions.
18 changes: 9 additions & 9 deletions .changeset/config.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
"changelog": "@changesets/cli/changelog",
"commit": false,
"fixed": [],
"linked": [],
"access": "restricted",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": []
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
"changelog": "@changesets/cli/changelog",
"commit": false,
"fixed": [],
"linked": [],
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": []
}
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"build": "turbo build",
"dev": "turbo dev",
"lint": "turbo lint",
"release": "turbo release"
"test": "turbo test",
"release": "turbo run build lint test && changeset version && changeset publish"
},
"devDependencies": {
"@becklyn/prettier": "^1.0.2",
Expand Down
7 changes: 0 additions & 7 deletions packages/eslint/CHANGELOG.md

This file was deleted.

4 changes: 2 additions & 2 deletions packages/eslint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@becklyn/eslint",
"version": "0.1.0",
"version": "0.0.0",
"license": "MIT",
"description": "the eslint-config base we use for our TypeScript apps",
"homepage": "https://github.com/Becklyn-Studios/ts-libs",
Expand All @@ -13,7 +13,7 @@
"**/*"
],
"scripts": {
"release": ""
"test": "echo \"Error: no test specified\" && exit 0"
},
"dependencies": {
"@dword-design/eslint-plugin-import-alias": "^5.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/tsconfig/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"**/*"
],
"scripts": {
"release": ""
"test": "echo \"Error: no test specified\" && exit 0"
}
}
7 changes: 3 additions & 4 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,12 @@
"inputs": ["$TURBO_DEFAULT$", ".env*"],
"outputs": [".next/**", "!.next/cache/**"]
},
"release": {
"dependsOn": ["^release"],
"inputs": ["$TURBO_DEFAULT$", ".env*"]
},
"lint": {
"dependsOn": ["^lint"]
},
"test": {
"dependsOn": ["^test"]
},
"check-types": {
"dependsOn": ["^check-types"]
},
Expand Down

0 comments on commit e7fbca0

Please sign in to comment.