Skip to content

Commit 0870dee

Browse files
committed
chore: 🤖 add release config to package.json
1 parent a7753ea commit 0870dee

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@
77
"build": "rm -rf dist && tsc",
88
"test": "jest ./test/index.test.ts"
99
},
10+
"release": {
11+
"branches": [
12+
"main",
13+
"next"
14+
]
15+
},
1016
"repository": {
1117
"type": "git",
1218
"url": "git+https://github.com/seek-oss/is-pwned.git"

0 commit comments

Comments
 (0)