Skip to content

Commit

Permalink
chore: replace https git url with ssh for npm run release
Browse files Browse the repository at this point in the history
  • Loading branch information
jansule committed Sep 16, 2022
1 parent b49b841 commit 4d2a42e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 4d2a42e

Please sign in to comment.