fix scripts

This commit is contained in:
Nacho Codoñer
2025-10-10 13:05:36 +02:00
parent bd3d68db64
commit 017705a320

View File

@@ -12,8 +12,6 @@
},
"homepage": "https://www.meteor.com/",
"scripts": {
"install:modern": "cd tools/modern-tests && npm install && npx playwright install && npx playwright install --with-deps",
"test:modern": "cd tools/modern-tests && npm test -- "
},
"devDependencies": {
"@babel/core": "^7.21.3",
@@ -39,7 +37,9 @@
"typescript": "^5.4.5"
},
"scripts": {
"test:idle-bot": "node --test .github/scripts/__tests__/inactive-issues.test.js"
"install:modern": "cd tools/modern-tests && npm install && npx playwright install && npx playwright install --with-deps",
"test:idle-bot": "node --test .github/scripts/__tests__/inactive-issues.test.js",
"test:modern": "cd tools/modern-tests && npm test -- "
},
"jshintConfig": {
"esversion": 11