Skip to content

Commit c797760

Browse files
authored
Merge pull request #108 from keichi/fix-107
Remove dependency to mocha-junit-reporter from published package
2 parents 153fea4 + e1d066a commit c797760

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- run:
1616
command: npm install
1717
- run:
18-
command: npm install mocha-junit-reporter
18+
command: npm install --no-save mocha-junit-reporter
1919
- run:
2020
command: npx tsc
2121
- save_cache:

0 commit comments

Comments
 (0)