summaryrefslogtreecommitdiff
path: root/scripts/smoke/check.js (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-08-04chore: fix issue in the check.js script (#7965)Gravatar Emanuele Stoppa 1-26/+29
2023-07-18nit: use `node:` prefix everywhere (#7692)Gravatar Erika 1-3/+3
* nit: use `node:` prefix everywhere * nit: fs/promises too * test: workaround issue in node builtin detection
2023-06-02Run example check in parallel with 5 at most (#7275)Gravatar Bjorn Lu 1-4/+12
2022-10-12Run astro check on all examples in CI (#5022)Gravatar Erika 1-0/+84
* Run astro check on all examples in CI * Output stderr * Build Astro before running checks * Making things faster + colors * Fix errors inside examples * Add congrats message * Revert unentional change to tsconfigs * Remove more unneeded changes