We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3298ec commit 9853772Copy full SHA for 9853772
3 files changed
cleanup-playwright.sh
package.json
@@ -11,7 +11,6 @@
11
"cleanup": "npm run cleanup:packages && npm run cleanup:root",
12
"cleanup:root": "node ./utils/cleanup.js",
13
"cleanup:packages": "lerna clean --yes && lerna exec --parallel -- node ../../utils/cleanup",
14
- "cleanup:playwright": "./cleanup-playwright.sh",
15
"reinstall": "npm run cleanup && npm install && npm run build",
16
"utils:add-package-files": "lerna exec --no-sort -- node ../../utils/add-package-files",
17
"utils:generate-readme": "lerna exec --no-sort -- node ../../utils/generate-readme",
0 commit comments