Skip to content

Commit 30fc864

Browse files
authored
Merge pull request #69 from lmquang/main
feat: refactor SSE transport for multiple connections and add prepare script
2 parents 4628335 + a3d826f commit 30fc864

File tree

3 files changed

+179
-117
lines changed

3 files changed

+179
-117
lines changed

package-lock.json

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"lint": "eslint",
2626
"lint:fix": "eslint --fix",
2727
"format": "prettier --write \"src/**/*.ts\"",
28+
"prepare": "npm run build"
2829
"dev:pub": "rm -rf dist && npm run build && yalc publish --push"
2930
},
3031
"engines": {

0 commit comments

Comments
 (0)