Skip to content
13 changes: 13 additions & 0 deletions lib/lookup.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,19 @@
"skip": "win32",
"maintainers": "dominictarr"
},
"astro": {
"scripts": ["build:ci:no-cache", "test:citgm"],
"maintainers": "@princesseuh",
"prefix": "astro@",
"skip": ["aix"],
"pnpm": true,
"tags": "latest",
"head": true,
"envVar": {
"DO_NOT_TRACK": "1",
"TELEMETRY_DISABLED": true
}
},
"ava": {
"prefix": "v",
"skip": ["ppc", "win32", "x86", "rhel", "aix", "ia32"],
Expand Down