From bfaaec2894a456ed7e8df3ac79fbf0898ba7b596 Mon Sep 17 00:00:00 2001 From: Kai Volland Date: Fri, 27 Sep 2019 11:09:23 +0200 Subject: [PATCH] Updates the release script in the package.json As the tags are already pushed by np the git push fails which results in not having the package.json pushed. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index afa699f7..abc2c940 100644 --- a/package.json +++ b/package.json @@ -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",