esbuild_netlify: Add netlify-cli to tests

This commit is contained in:
Robert Hensing 2022-11-07 13:05:07 +01:00
parent 75229f7d18
commit b234d4f06d

View File

@ -2,6 +2,7 @@
, buildGoModule
, fetchFromGitHub
, fetchpatch
, netlify-cli
}:
buildGoModule rec {
@ -29,6 +30,12 @@ buildGoModule rec {
})
];
passthru = {
tests = {
inherit netlify-cli;
};
};
meta = with lib; {
description = "A fork of esbuild maintained by netlify";
homepage = "https://github.com/netlify/esbuild";