mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
Update E2E package.json scripts order
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user