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:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user