Update CircleCI to use Makefile and cache Go dependencies

This commit is contained in:
Alec Sears
2019-10-10 15:13:20 -05:00
parent 233a6b1cf4
commit a50c9a3e77
4 changed files with 1545 additions and 1744 deletions

View File

@@ -11,7 +11,7 @@
"test": "jest",
"jest": "jest --notify --watch",
"codecov": "jest --coverage && codecov",
"ci-test": "jest --coverage && codecov",
"ci-test": "jest --coverage",
"lint": "jshint --reporter=node_modules/jshint-stylish src/ & jscs src/",
"benchmark": "webpack --config webpack/webpack.bench.conf.js && grunt bench"
},