Skip to content

Commit 38bc2e7

Browse files
committed
Add deploy script
1 parent 0cbd3cb commit 38bc2e7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
"test": "tsdx test",
2121
"lint": "tsdx lint",
2222
"server": "",
23-
"prepublish": "npm run lint && npm run test && npm run build"
23+
"prepublish": "npm run lint && npm run test && npm run build",
24+
"deploy:example": "git subtree push --prefix example heroku main"
2425
},
2526
"module": "dist/msw-dynamic-http-middleware.esm.js",
2627
"keywords": [

0 commit comments

Comments
 (0)