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:
parent
4800fda0c4
commit
b293d393b8
1 changed files with 6 additions and 0 deletions
|
@ -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";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue