add release-it config file and publish to npm

This commit is contained in:
Yanzhen Yu
2026-04-01 12:00:00 +08:00
parent 3f1794b880
commit 272fc2adbb
2 changed files with 5 additions and 1 deletions

4
.release-it.json Normal file
View File

@@ -0,0 +1,4 @@
{
"non-interactive": true,
"buildCommand": "npm run build"
}

View File

@@ -1,6 +1,6 @@
{
"name": "rrweb-player",
"version": "0.2.0",
"version": "0.3.0",
"devDependencies": {
"eslint": "^5.7.0",
"eslint-config-google": "^0.11.0",