playwright-core
Advanced tools
Comparing version 0.11.1-next.1584693909176 to 0.11.1-next.1584726951996
{ | ||
"name": "playwright-core", | ||
"version": "0.11.1-next.1584693909176", | ||
"version": "0.11.1-next.1584726951996", | ||
"description": "A high-level API to automate web browsers", | ||
@@ -32,3 +32,3 @@ "repository": "github:Microsoft/playwright", | ||
"test-infra": "node utils/doclint/check_public_api/test/test.js && node utils/doclint/preprocessor/test.js && node utils/testrunner/test/test.js", | ||
"lint": "npm run eslint && npm run tsc && npm run doc && npm run test-infra", | ||
"lint": "npm run eslint && npm run tsc && npm run doc && npm run test-types && npm run test-infra", | ||
"debug-test": "node --inspect-brk test/test.js", | ||
@@ -40,2 +40,3 @@ "clean": "rimraf lib && rimraf types", | ||
"version": "node utils/sync_package_versions.js && npm run doc", | ||
"test-types": "npm run generate-types && npx -p typescript@3.2 tsc -p utils/generate_types/test/tsconfig.json", | ||
"generate-types": "node utils/generate_types/" | ||
@@ -42,0 +43,0 @@ }, |
1912042