Skip to content

Commit

Permalink
Merge pull request #203 from KaiVolland/update-realease-script
Browse files Browse the repository at this point in the history
Updates the release script in the package.json
  • Loading branch information
KaiVolland authored Sep 30, 2019
2 parents 7ed5aee + bfaaec2 commit f1fdb06
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 @@ -42,7 +42,7 @@
"test": "jest",
"test:watch": "jest --watchAll",
"lint": "tslint --project tsconfig.json --config tslint.json && tsc --noEmit --project tsconfig.json",
"release": "np --no-yarn && git push /~https://github.com/geostyler/geostyler-openlayers-parser.git master --tags"
"release": "np --no-yarn && git push /~https://github.com/geostyler/geostyler-openlayers-parser.git master"
},
"devDependencies": {
"@babel/core": "^7.6.2",
Expand Down

0 comments on commit f1fdb06

Please sign in to comment.