diff --git a/package.json b/package.json index f7008cc..a7df3c1 100644 --- a/package.json +++ b/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 } }