feat(registry): Gitea npm registry publish config + Changesets
- .npmrc: @mosaic scope points to Gitea registry - Changesets initialized with initial minor release - publishConfig added to all packages - Woodpecker publish step on main branch
This commit is contained in:
@@ -10,7 +10,9 @@
|
||||
"types": "./dist/index.d.ts"
|
||||
}
|
||||
},
|
||||
"files": ["dist"],
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "tsc -p tsconfig.json",
|
||||
"typecheck": "tsc --noEmit",
|
||||
@@ -19,5 +21,9 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"typescript": "^5"
|
||||
},
|
||||
"publishConfig": {
|
||||
"registry": "https://git.mosaicstack.dev/api/packages/mosaic/npm",
|
||||
"access": "public"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user