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 14a48b9 commit 04dedadCopy full SHA for 04dedad
package.json
@@ -44,6 +44,7 @@
44
"test-report": "playwright show-report tests/playwright-report",
45
"test-jest": "jest --watchAll",
46
"test-jest-coverage": "jest --watchAll --coverage",
47
+ "postinstall": "npx playwright install --with-deps",
48
"_comment_internal_SDK_scripts": "The following commands are for internal use and are intended to be called only from public scripts above",
49
"_internal-copy-index": "shx cp dist/index.html dist/simpleportal.html && shx cp dist/index.html dist/portal.html && shx cp dist/index.html dist/fullportal.html && shx cp dist/index.html dist/embedded.html"
50
},
0 commit comments