mirror of
https://github.com/microsoft/playwright.git
synced 2025-01-05 19:04:43 +03:00
chore: add eslint cache (#18876)
This commit is contained in:
parent
228f78c89d
commit
d09184c34c
1
.gitignore
vendored
1
.gitignore
vendored
@ -29,3 +29,4 @@ test-results
|
||||
/tests/installation/output/
|
||||
/tests/installation/.registry.json
|
||||
.cache/
|
||||
.eslintcache
|
@ -26,7 +26,7 @@
|
||||
"ttest": "node ./tests/playwright-test/stable-test-runner/node_modules/@playwright/test/cli test --config=tests/playwright-test/playwright.config.ts",
|
||||
"ct": "playwright test tests/components/test-all.spec.js --reporter=list",
|
||||
"test": "playwright test --config=tests/library/playwright.config.ts",
|
||||
"eslint": "eslint --ext ts,tsx .",
|
||||
"eslint": "eslint --cache --ext ts,tsx .",
|
||||
"tsc": "tsc -p .",
|
||||
"build-installer": "babel -s --extensions \".ts\" --out-dir packages/playwright-core/lib/utils/ packages/playwright-core/src/utils",
|
||||
"doc": "node utils/doclint/cli.js",
|
||||
|
Loading…
Reference in New Issue
Block a user