esbuild_netlify: Add netlify-cli to tests
This commit is contained in:
parent
75229f7d18
commit
b234d4f06d
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user