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.
2 parents e8ecbfd + 5e76edd commit ccc07dbCopy full SHA for ccc07db
1 file changed
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "zeed",
3
"type": "module",
4
- "version": "0.28.10",
+ "version": "0.28.11",
5
"packageManager": "pnpm@10.11.0",
6
"description": "🌱 Simple foundation library",
7
"author": {
@@ -62,6 +62,7 @@
62
"prepublishOnly": "nr build && nr circles && nr test:publish",
63
"start": "nr watch",
64
"test": "vitest",
65
+ "test:release": "vitest --run",
66
"test:browser": "PREVIEW=1 vitest",
67
"test:firefox": "BROWSER=firefox vitest",
68
"test:webkit": "BROWSER=webkit vitest",
0 commit comments