Skip to content

Commit f272942

Browse files
committed
build: 添加npm发布配置
添加publishConfig配置项,指定npm包的发布地址和访问权限为public
1 parent 3ec56f1 commit f272942

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,9 @@
2727
"semantic-release": "^24.2.0",
2828
"@semantic-release/changelog": "^6.0.3",
2929
"@semantic-release/git": "^10.0.1"
30+
},
31+
"publishConfig": {
32+
"access": "public",
33+
"registry": "https://npm.cnb.cool/GameFrameX/npm/-/packages/"
3034
}
3135
}

0 commit comments

Comments
 (0)