Skip to content

Commit

Permalink
fix: CI failure on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
plantain-00 committed May 15, 2018
1 parent 53a06bf commit c1b6e72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clean-run.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ module.exports = {
],
postScript: [
'cd "[dir]" && yarn --production',
'[dir]/bin/type-coverage -p src --detail --at-least 90 --supressError'
'node [dir]/dist/index.js -p src --detail --at-least 90 --supressError'
]
}

0 comments on commit c1b6e72

Please sign in to comment.