chore: fix test ci script

This commit is contained in:
Shawn Erquhart 2019-03-28 15:35:19 -04:00
parent f27d68f4aa
commit 0e36109157
2 changed files with 2 additions and 1 deletions

View File

@ -7,6 +7,7 @@ pool:
vmImage: 'Ubuntu-16.04'
strategy:
parallel: 2
matrix:
node_8_x:
node_version: 8.x

View File

@ -14,7 +14,7 @@
"clean:lerna": "lerna clean --yes",
"reset": "run-s clean clean:lerna",
"test": "run-s clean lint test:unit test:e2e",
"test-ci": "run-s clean lint-quiet test:unit test:e2e:ci",
"test:ci": "run-s clean lint-quiet test:unit test:e2e:ci",
"test:unit": "cross-env NODE_ENV=test jest --no-cache",
"test:e2e": "run-s build:demo test:e2e:run",
"test:e2e:ci": "run-s build:demo test:e2e:run-ci",