Skip to content

Commit 2431247

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

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

package.json

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

0 commit comments

Comments
 (0)