Skip to content

Commit b8e1c6a

Browse files
committed
ci(CodeBuild): NodeJS10 skip coverage-browser
1 parent 503e45c commit b8e1c6a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

codebuild/nodejs10.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ phases:
1313
- npm run build
1414
build:
1515
commands:
16-
- npm test
16+
- npm run lint
17+
- npm run coverage-node
1718
- npm run test_conditions
1819
- npm run verdaccio

0 commit comments

Comments
 (0)