Skip to content

Commit c4edaeb

Browse files
committed
fix(release): npm release workflow
1 parent 9854d5a commit c4edaeb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@
1515
"imports": {
1616
"#package.json": "./package.json"
1717
},
18-
"repository": "supabase/postgres-meta",
18+
"repository": {
19+
"url": "git+https://github.com/supabase/postgres-meta.git"
20+
},
1921
"scripts": {
2022
"check": "tsc -p tsconfig.json --noEmit",
2123
"clean": "rimraf dist tsconfig.tsbuildinfo",

0 commit comments

Comments
 (0)