chore: add clean task to test scripts

This commit is contained in:
Shawn Erquhart 2019-03-25 14:33:17 -04:00
parent 19824fd1dd
commit 96843a1230

View File

@ -12,8 +12,8 @@
"clean:lerna": "lerna clean --yes",
"reset": "run-s clean clean:lerna",
"cache-ci": "node scripts/cache.js",
"test": "run-s lint jest e2e",
"test-ci": "run-s lint-quiet cache-ci jest e2e-ci",
"test": "run-s clean lint jest e2e",
"test-ci": "run-s clean lint-quiet cache-ci jest e2e-ci",
"jest": "cross-env NODE_ENV=test jest --no-cache",
"e2e-prep": "run-s build e2e-move-build",
"e2e-move-build": "cp -r packages/netlify-cms/dist dev-test/",