Skip to content
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.

Commit

Permalink
fix: add dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Feb 6, 2018
1 parent 3538983 commit c12a1a5
Show file tree
Hide file tree
Showing 3 changed files with 3,105 additions and 90 deletions.
4 changes: 1 addition & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
- v0-yarn-{{checksum ".circleci/config.yml"}}-{{ checksum "yarn.lock"}}
- v0-yarn-{{checksum ".circleci/config.yml"}}
- run: .circleci/greenkeeper
- run: yarn add -D nyc@11 @anycli/nyc-config@0 mocha-junit-reporter@1 @commitlint/cli@6 @commitlint/config-conventional@6
- run: |
mkdir -p reports
$NYC yarn test --reporter mocha-junit-reporter
Expand All @@ -34,11 +33,10 @@ jobs:
- add_ssh_keys
- checkout
- restore_cache: *restore_cache
- run: yarn global add @anycli/semantic-release@1 semantic-release@12
- run: yarn --frozen-lockfile
- run: |
export PATH=/usr/local/share/.config/yarn/global/node_modules/.bin:$PATH
semantic-release -e @anycli/semantic-release
./node_modules/.bin/semantic-release -e @anycli/semantic-release
- save_cache:
key: v0-yarn-{{checksum ".circleci/config.yml"}}-{{checksum "yarn.lock"}}
paths:
Expand Down
7 changes: 7 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@
"wrap-ansi": "^3.0.1"
},
"devDependencies": {
"@anycli/nyc-config": "0",
"@anycli/semantic-release": "1",
"@anycli/tslint": "^0.2.6",
"@commitlint/cli": "6",
"@commitlint/config-conventional": "6",
"@types/chai": "^4.1.2",
"@types/clean-stack": "^1.3.0",
"@types/fs-extra": "^5.0.0",
Expand All @@ -26,6 +30,9 @@
"concurrently": "^3.5.1",
"fancy-test": "^1.0.1",
"mocha": "^5.0.0",
"mocha-junit-reporter": "1",
"nyc": "11",
"semantic-release": "12",
"ts-node": "^4.1.0",
"typescript": "^2.7.1"
},
Expand Down
Loading

0 comments on commit c12a1a5

Please sign in to comment.