From 9047d42aa849ecfec1538f9f57c1e4fe3dc1e43b Mon Sep 17 00:00:00 2001 From: Cristian Necula Date: Thu, 3 Oct 2019 17:00:52 +0300 Subject: [PATCH] fix(ci): `npm version` hooks should be removed Considering that we have adopted semantic-release, these hooks have become extraneous. --- package.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/package.json b/package.json index 72794ae..63ffd7e 100644 --- a/package.json +++ b/package.json @@ -23,8 +23,6 @@ "scripts": { "analyze": "polymer analyze --input cosmoz-*.js > analysis.json", "lint": "eslint --cache --ext .js,.html . && polymer lint cosmoz-*.js", - "preversion": "npm run lint && npm run test -- --skip-plugin sauce", - "postversion": "git push && git push --tags", "start": "polymer serve -o", "test": "polymer test" },