From 6586941038a444e22a951996d4e43ab1b9ff1892 Mon Sep 17 00:00:00 2001 From: Felix Becker Date: Wed, 17 Jan 2018 20:49:43 -0800 Subject: [PATCH] ci: don't run tests prepublish --- .circleci/config.yml | 1 + package.json | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index fa477370..a90b3985 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -71,4 +71,5 @@ jobs: - *restore_cache - run: npm install - *save_cache + - run: npm run build - run: npm run semantic-release diff --git a/package.json b/package.json index 7e9373f6..a66e6c4c 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,6 @@ "coverage": "npm run ava", "precommit": "lint-staged", "commitmsg": "commitlint -e $GIT_PARAMS", - "prepublishOnly": "npm test && npm run build", "prettier": "prettier --list-different --write \"**/*.{ts,json}\"", "test": "npm run lint && npm run ava", "lint": "npm run prettier && npm run tslint",