Skip to content
This repository has been archived by the owner on Nov 24, 2018. It is now read-only.

Commit

Permalink
ci: don't run tests prepublish
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfbecker committed Jan 18, 2018
1 parent 696fac1 commit 6586941
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,5 @@ jobs:
- *restore_cache
- run: npm install
- *save_cache
- run: npm run build
- run: npm run semantic-release
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 6586941

Please sign in to comment.