소스 검색

Add publishing

Set up publishing for multiple branches with different repos and registries.
master
부모
커밋
f94e196f62
1개의 변경된 파일8개의 추가작업 그리고 5개의 파일을 삭제
  1. +8
    -5
      package.json

+ 8
- 5
package.json 파일 보기

@@ -8,26 +8,29 @@
"dist",
"src"
],
"publishing": [
{
"publishing": {
"master": {
"branch": "master",
"repository": "https://code.modal.sh/TheoryOfNekomata/react-musical-keyboard.git",
"publishConfig": {
"registry": "https://js.pack.modal.sh"
}
},
{
"github": {
"branch": "github",
"repository": "https://github.com/Temoto-kun/react-musical-keyboard",
"publishConfig": {
"registry": "https://npm.pkg.github.com"
}
},
{
"npm": {
"branch": "npm",
"repository": "https://code.modal.sh/TheoryOfNekomata/react-musical-keyboard.git",
"publishConfig": {
"registry": "https://registry.npmjs.com"
}
}
],
},
"engines": {
"node": ">=10"
},


불러오는 중...
취소
저장