Skip to content

Commit e1d066a

Browse files
committed
Remove dependency to mocha-junit-reporter from published package
1 parent 153fea4 commit e1d066a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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)