Migrate to CircleCI 2.0

* Adding auto-generated CircleCI 2.0 config file

* Clean up autogenerated CircleCI config

* CircleCI: use yarn.lock for dependency cache

* CircleCI: split build and test tasks

* CircleCI: remove v1 config
This commit is contained in:
Alexander Zobnin
2018-08-28 12:41:58 +03:00
committed by GitHub
parent b96e09cd1c
commit d9e04368d8
4 changed files with 5399 additions and 9 deletions

View File

@@ -6,10 +6,10 @@
"scripts": {
"test": "jest",
"jest": "jest --notify --watch",
"build": "grunt && jest",
"build": "grunt",
"watch": "grunt watch",
"codecov": "jest --coverage && codecov",
"ci-test": "grunt && jest --coverage && codecov",
"ci-test": "jest --coverage && codecov",
"benchmark": "grunt bench"
},
"repository": {