Unverified Commit 5866b1a2 authored by Tom Hunze's avatar Tom Hunze
Browse files

commitlint: run yarn with `--offline` while building

This avoids unnecessary warnings.
parent 471c49e2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -36,7 +36,7 @@ stdenv.mkDerivation (finalAttrs: {
          "resolve-extends" "execute-rule" "load" "read" "types" "cli")
    for p in "''${pkgs[@]}" ; do
      cd @commitlint/$p/
      yarn run tsc --build --force
      yarn run --offline tsc --build --force
      cd ../..
    done