feat: add GitLab npm publishing config
- Add publishConfig with GitLab registry - Add publish script - Add _ meta config Generated with Claude Code
This commit is contained in:
parent
94a03b0bb0
commit
f575657f65
1 changed files with 10 additions and 1 deletions
11
package.json
11
package.json
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"scripts": {
|
||||
"prepare": "git config core.hooksPath .githooks"
|
||||
"prepare": "git config core.hooksPath .githooks",
|
||||
"publish": "pnpm publish --no-git-checks"
|
||||
},
|
||||
"name": "@transquinnftw/typescript-config-react",
|
||||
"version": "1.0.3",
|
||||
|
|
@ -23,5 +24,13 @@
|
|||
"license": "MIT",
|
||||
"peerDependencies": {
|
||||
"@transquinnftw/typescript-config-base": "workspace:*"
|
||||
},
|
||||
"publishConfig": {
|
||||
"@transquinnftw:registry": "https://gitlab.com/api/v4/packages/npm/"
|
||||
},
|
||||
"_": {
|
||||
"registry": "gitlab",
|
||||
"publish": true,
|
||||
"build": false
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue