Try to enable smoketests also on webkit

This commit is contained in:
Alex Dima 2021-11-15 22:21:38 +01:00
parent dfe35b15bb
commit 45227a089e
No known key found for this signature in database
GPG key ID: 39563C1504FDD0C9
4 changed files with 6 additions and 2 deletions

View file

@ -10,6 +10,7 @@
"gulp": "node ./node_modules/gulp/bin/gulp.js",
"import-typescript": "node ./build/importTypescript.js",
"playwright-install": "node ./node_modules/playwright/install.js",
"playwright-install-deps": "playwright install-deps",
"postinstall": "node build/postinstall.js",
"prettier-check": "prettier --check .",
"prettier": "prettier --write .",