1
0
Fork 0
mirror of https://github.com/cachix/cachix-action.git synced 2025-06-09 17:45:12 +09:00

dev: add hook to build typescript

This commit is contained in:
Sander 2024-11-21 23:39:51 +04:00
parent 4800fda0c4
commit b293d393b8
No known key found for this signature in database
GPG key ID: D1A763BC84F34603

View file

@ -28,5 +28,11 @@ in
excludes = [ "dist" ];
};
nixfmt-rfc-style.enable = true;
build-dist = {
enable = true;
files = "src/.*$";
pass_filenames = false;
entry = "devenv shell yarn build";
};
};
}