Skip to content

Commit 32a77a5

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

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
@@ -30,5 +30,9 @@
3030
"semantic-release": "^24.2.0",
3131
"@semantic-release/changelog": "^6.0.3",
3232
"@semantic-release/git": "^10.0.1"
33+
},
34+
"publishConfig": {
35+
"access": "public",
36+
"registry": "https://npm.cnb.cool/GameFrameX/npm/-/packages/"
3337
}
3438
}

0 commit comments

Comments
 (0)