diff --git a/package.json b/package.json index f3be95d8..7dd4b07e 100644 --- a/package.json +++ b/package.json @@ -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/",