Loading pkgs/by-name/ts/tsx/package.nix +3 −0 Original line number Diff line number Diff line Loading @@ -64,6 +64,9 @@ stdenv.mkDerivation (finalAttrs: { pnpm run build # remove unneeded files find dist -type f \( -name '*.cts' -or -name '*.mts' -or -name '*.ts' \) -delete # remove devDependencies that are only required to build # and package the typescript code CI=true pnpm prune --prod Loading Loading
pkgs/by-name/ts/tsx/package.nix +3 −0 Original line number Diff line number Diff line Loading @@ -64,6 +64,9 @@ stdenv.mkDerivation (finalAttrs: { pnpm run build # remove unneeded files find dist -type f \( -name '*.cts' -or -name '*.mts' -or -name '*.ts' \) -delete # remove devDependencies that are only required to build # and package the typescript code CI=true pnpm prune --prod Loading