Skip to content

Commit 93e6513

Browse files
committed
chore: add changeset configuration
1 parent dd40404 commit 93e6513

File tree

3 files changed

+484
-149
lines changed

3 files changed

+484
-149
lines changed

.changeset/config.json

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
3+
"changelog": "@changesets/cli/changelog",
4+
"commit": false,
5+
"access": "public",
6+
"baseBranch": "main",
7+
"updateInternalDependencies": "patch"
8+
}

package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,14 @@
1212
"test": "turbo run test",
1313
"test:watch": "vitest watch",
1414
"test:coverage": "turbo run test:coverage",
15-
"typecheck": "turbo run typecheck"
15+
"typecheck": "turbo run typecheck",
16+
"publish": "turbo run build typecheck test && changeset version && changeset publish"
1617
},
1718
"keywords": [],
1819
"author": "",
1920
"license": "MIT",
2021
"devDependencies": {
22+
"@changesets/cli": "^2.27.12",
2123
"@commitlint/cli": "^19.3.0",
2224
"@commitlint/config-conventional": "^19.2.2",
2325
"@vitest/coverage-v8": "^1.6.0",

0 commit comments

Comments
 (0)