Add npm test
This commit is contained in:
parent
c91363bd4e
commit
7e4fa5cb5d
|
@ -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
|
||||
|
|
|
@ -2,5 +2,6 @@
|
|||
|
||||
nix-shell -p nodePackages.pnpm --command "
|
||||
echo 'Upgrading packages'
|
||||
pnpm add -g pnpm
|
||||
pnpm upgrade
|
||||
"
|
||||
|
|
2304
pnpm-lock.yaml
2304
pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue