Skip to content

Commit

Permalink
Updates the release script in the package.json
Browse files Browse the repository at this point in the history
As the tags are already pushed by np the git push fails
which results in not having the package.json pushed.
  • Loading branch information
KaiVolland committed Sep 27, 2019
1 parent 7ed5aee commit bfaaec2
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 bfaaec2

Please sign in to comment.