We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b689bca commit 211a023Copy full SHA for 211a023
package.json
@@ -12,13 +12,18 @@
12
"lint": "biome lint packages/*",
13
"lint:apply": "biome lint packages/* --apply",
14
"format": "biome format",
15
- "format:write": "biome format --write"
+ "format:write": "biome format --write",
16
+ "release": "pnpm build && changeset publish"
17
},
- "keywords": ["withastro"],
18
+ "keywords": [
19
+ "withastro"
20
+ ],
21
"author": "bholmesdev",
22
"license": "MIT",
23
"devDependencies": {
24
"@biomejs/biome": "^1.4.1",
25
+ "@changesets/changelog-github": "^0.5.0",
26
+ "@changesets/cli": "^2.27.1",
27
"turbo": "^1.11.2"
28
}
29
0 commit comments