Update E2E package.json scripts order

This commit is contained in:
Simon Larsen
2024-04-26 12:59:05 +01:00
parent 0a8574678c
commit e03ecb0e0d

View File

@@ -4,7 +4,7 @@
"description": "",
"main": "index.js",
"scripts": {
"preinstall": "npx playwright install && npx playwright install-deps",
"preinstall": "npx playwright install-deps && npx playwright install",
"test": "playwright test",
"dep-check": "npm install -g depcheck && depcheck ./ --skip-missing=true",
"clear-modules": "rm -rf node_modules && rm package-lock.json && npm install",