chore: lint first

This commit is contained in:
Shawn Erquhart 2018-11-16 16:06:23 -05:00
parent ab15ee910f
commit c55402b322

View File

@ -9,8 +9,8 @@
"clean": "rimraf packages/*/dist dev-test/*.js",
"reset": "npm run clean && lerna clean --yes",
"cache-ci": "node scripts/cache.js",
"test": "run-s jest e2e lint",
"test-ci": "run-s cache-ci jest e2e-ci lint-quiet",
"test": "run-s lint jest e2e",
"test-ci": "run-s lint-quiet cache-ci jest e2e-ci",
"jest": "cross-env NODE_ENV=test jest --no-cache",
"e2e-prep": "npm run build && cp -r packages/netlify-cms/dist dev-test/",
"e2e-serve": "http-server dev-test",