Skip to content

Commit 3ad74bc

Browse files
committed
tooling: add release script
1 parent ad743b7 commit 3ad74bc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
"dev": "microbundle watch",
3838
"prepublishOnly": "npm run test && npm run build",
3939
"publish:jsr": "npm run prepublishOnly && npx jsr publish",
40+
"release": "npm run prepublishOnly && npm publish && npx jsr publish",
4041
"test": "jest",
4142
"clear-test": "jest --clearCache",
4243
"fmt": "prettier ./src/** ./tests/** -w",
@@ -78,4 +79,4 @@
7879
"ts-jest": "^29.1.2",
7980
"typescript": "^5.7.2"
8081
}
81-
}
82+
}

0 commit comments

Comments
 (0)