From 08b7397e8fd2d67cd123bf92ec16e6ce914593b4 Mon Sep 17 00:00:00 2001 From: Konstantin Dyachenko Date: Sun, 7 Jul 2024 07:06:39 +0000 Subject: [PATCH] Fix git-publish command --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a491b560..2f40af54 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "scripts": { "npm-pull": "npm-pull", "npm-release": "npm-release", - "git-publish": "npm i @deep-foundation/deeplinks@latest --package-lock-only && git restore package.json && npm version patch --no-git-tag-version && git add . && git commit -m \"publish\" && git push origin main", + "git-publish": "npm i @deep-foundation/deeplinks@latest --package-lock-only && git restore package.json && npm-release", "package:refresh": "rm -rf node_modules; rm -f package-lock.json; npm i --workspaces false", "package:build": "tsc --project tsconfig.json", "package:publish": "npm run build && npm publish --access public",