Skip to content

Commit 1b4ba82

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

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
@@ -25,5 +25,9 @@
2525
"semantic-release": "^24.2.0",
2626
"@semantic-release/changelog": "^6.0.3",
2727
"@semantic-release/git": "^10.0.1"
28+
},
29+
"publishConfig": {
30+
"access": "public",
31+
"registry": "https://npm.cnb.cool/GameFrameX/npm/-/packages/"
2832
}
2933
}

0 commit comments

Comments
 (0)