Add npm test

This commit is contained in:
stefan burke 2024-11-26 02:04:48 +00:00
parent c91363bd4e
commit 7e4fa5cb5d
3 changed files with 1272 additions and 1036 deletions

View file

@ -14,6 +14,9 @@ nix-shell -p lightningcss --pure --command "
"
nix-shell -p nodePackages.pnpm --command "
echo 'Testing npm registry'
curl -v https://registry.npmjs.org/
echo 'Building site'
pnpm add fast-glob @11ty/eleventy @11ty/eleventy-img
pnpm eleventy

View file

@ -2,5 +2,6 @@
nix-shell -p nodePackages.pnpm --command "
echo 'Upgrading packages'
pnpm add -g pnpm
pnpm upgrade
"

File diff suppressed because it is too large Load diff