@azure/create-microsoft-playwright-testing 1.0.0-alpha.20250529.1 → 1.0.0-alpha.20250603.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure/create-microsoft-playwright-testing",
|
|
3
|
-
"version": "1.0.0-alpha.
|
|
3
|
+
"version": "1.0.0-alpha.20250603.1",
|
|
4
4
|
"description": "Package to setup @azure/microsoft-playwright-testing",
|
|
5
5
|
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/playwrighttesting/create-microsoft-playwright-testing/README.md",
|
|
6
6
|
"sdk-type": "client",
|
|
@@ -42,8 +42,8 @@
|
|
|
42
42
|
"execute:samples": "echo skipped",
|
|
43
43
|
"extract-api": "echo skipped",
|
|
44
44
|
"format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"",
|
|
45
|
-
"lint": "eslint package.json
|
|
46
|
-
"lint:fix": "eslint package.json
|
|
45
|
+
"lint": "eslint package.json src",
|
|
46
|
+
"lint:fix": "eslint package.json src --fix --fix-type [problem,suggestion]",
|
|
47
47
|
"pack": "npm pack 2>&1",
|
|
48
48
|
"test": "npm run test:node && npm run test:browser",
|
|
49
49
|
"test:browser": "echo skipped",
|