update repl tools and script, close #338 (#722)

This commit is contained in:
yz-yu
2021-10-07 14:14:58 +08:00
committed by GitHub
parent 18e4356be9
commit 6483a594ac
3 changed files with 17 additions and 18 deletions

View File

@@ -23,6 +23,7 @@
"lerna": "^4.0.0"
},
"scripts": {
"lerna": "lerna"
"lerna": "lerna",
"repl": "cd packages/rrweb && npm run repl"
}
}