Skip to content

Commit

Permalink
chore: fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
uetchy committed Aug 5, 2020
1 parent d987bcf commit c007d12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"test": "run-s format test-types test-coverage",
"test-api": "tape \"packages/*/test.js\" \"packages/*/test/**/*.js\"",
"test-coverage": "nyc --reporter lcov tape \"packages/*/test.js\" \"packages/*/test/**/*.js\"",
"test-types": "lerna run test-types --parallel"
"test-types": "lerna run test-types"
},
"devDependencies": {
"dtslint": "^3.6.12",
Expand Down

0 comments on commit c007d12

Please sign in to comment.