mirror of
https://github.com/meteor/meteor.git
synced 2026-01-11 00:28:02 -05:00
fix scripts
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user