Fix: npm CI
CI / regression (push) Successful in 1m39s

This commit is contained in:
Zakaria
2026-06-06 11:42:47 -04:00
parent 84ba3c92b7
commit 8687e612f7
2 changed files with 9 additions and 52 deletions
+5 -2
View File
@@ -3,12 +3,15 @@
"version": "1.0.0",
"private": true,
"scripts": {
"start": "http-server . -a 0.0.0.0 -p ${PORT:-3000} -c-1",
"test": "playwright test",
"test:headed": "playwright test --headed",
"test:report": "playwright show-report"
},
"devDependencies": {
"@playwright/test": "^1.60.0",
"dependencies": {
"http-server": "^14.1.1"
},
"devDependencies": {
"@playwright/test": "^1.60.0"
}
}