From 4d2a42efa158f9785ad760294b725331dd7eae31 Mon Sep 17 00:00:00 2001 From: jansule Date: Fri, 16 Sep 2022 14:12:35 +0200 Subject: [PATCH] chore: replace https git url with ssh for npm run release --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a5daea29..1b71e1e5 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "lint:test": "npm run lint && npm run test", "lint": "eslint -c .eslintrc.js --ext .ts . && tsc --noEmit --project tsconfig.json", "prepublishOnly": "npm run lint:test:build", - "release": "np --no-yarn --any-branch && git push https://github.com/geostyler/geostyler-sld-parser.git master", + "release": "np --no-yarn --any-branch && git push git@github.com:geostyler/geostyler-sld-parser.git master", "start-dev": "webpack --config dev-build.config.js --watch", "test-watch": "jest --watchAll", "test": "jest --coverage"