chore: add clean task to test scripts
This commit is contained in:
parent
19824fd1dd
commit
96843a1230
@ -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/",
|
||||
|
Loading…
x
Reference in New Issue
Block a user