Skip to content

Commit a3e5e7f

Browse files
committed
ci: no restriction
1 parent 606fe76 commit a3e5e7f

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

.changeset/config.json

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

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Set of tools for drizzle-orm.",
55
"scripts": {
66
"build": "tsup --dts --dts-resolve",
7-
"test": "bun test ./src",
7+
"test": "bun test src",
88
"check": "bunx @biomejs/biome check --apply ./src",
99
"release": "changeset publish"
1010
},

0 commit comments

Comments
 (0)