Skip to content

Commit

Permalink
dev: add hook to build typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
sandydoo committed Nov 21, 2024
1 parent 5758c4f commit 037b7fe
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions devenv.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
};
};
}

0 comments on commit 037b7fe

Please sign in to comment.