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

Commit c12a1a5

Browse files
committed
fix: add dev deps
1 parent 3538983 commit c12a1a5

File tree

3 files changed

+3105
-90
lines changed

3 files changed

+3105
-90
lines changed

.circleci/config.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ jobs:
1515
- v0-yarn-{{checksum ".circleci/config.yml"}}-{{ checksum "yarn.lock"}}
1616
- v0-yarn-{{checksum ".circleci/config.yml"}}
1717
- run: .circleci/greenkeeper
18-
- run: yarn add -D nyc@11 @anycli/nyc-config@0 mocha-junit-reporter@1 @commitlint/cli@6 @commitlint/config-conventional@6
1918
- run: |
2019
mkdir -p reports
2120
$NYC yarn test --reporter mocha-junit-reporter
@@ -34,11 +33,10 @@ jobs:
3433
- add_ssh_keys
3534
- checkout
3635
- restore_cache: *restore_cache
37-
- run: yarn global add @anycli/semantic-release@1 semantic-release@12
3836
- run: yarn --frozen-lockfile
3937
- run: |
4038
export PATH=/usr/local/share/.config/yarn/global/node_modules/.bin:$PATH
41-
semantic-release -e @anycli/semantic-release
39+
./node_modules/.bin/semantic-release -e @anycli/semantic-release
4240
- save_cache:
4341
key: v0-yarn-{{checksum ".circleci/config.yml"}}-{{checksum "yarn.lock"}}
4442
paths:

package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,11 @@
1212
"wrap-ansi": "^3.0.1"
1313
},
1414
"devDependencies": {
15+
"@anycli/nyc-config": "0",
16+
"@anycli/semantic-release": "1",
1517
"@anycli/tslint": "^0.2.6",
18+
"@commitlint/cli": "6",
19+
"@commitlint/config-conventional": "6",
1620
"@types/chai": "^4.1.2",
1721
"@types/clean-stack": "^1.3.0",
1822
"@types/fs-extra": "^5.0.0",
@@ -26,6 +30,9 @@
2630
"concurrently": "^3.5.1",
2731
"fancy-test": "^1.0.1",
2832
"mocha": "^5.0.0",
33+
"mocha-junit-reporter": "1",
34+
"nyc": "11",
35+
"semantic-release": "12",
2936
"ts-node": "^4.1.0",
3037
"typescript": "^2.7.1"
3138
},

0 commit comments

Comments
 (0)