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 ad743b7 commit 3ad74bcCopy full SHA for 3ad74bc
package.json
@@ -37,6 +37,7 @@
37
"dev": "microbundle watch",
38
"prepublishOnly": "npm run test && npm run build",
39
"publish:jsr": "npm run prepublishOnly && npx jsr publish",
40
+ "release": "npm run prepublishOnly && npm publish && npx jsr publish",
41
"test": "jest",
42
"clear-test": "jest --clearCache",
43
"fmt": "prettier ./src/** ./tests/** -w",
@@ -78,4 +79,4 @@
78
79
"ts-jest": "^29.1.2",
80
"typescript": "^5.7.2"
81
}
-}
82
+}
0 commit comments