commitlint: run yarn with --offline while building
This avoids unnecessary warnings.
This commit is contained in:
@@ -36,7 +36,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
"resolve-extends" "execute-rule" "load" "read" "types" "cli")
|
"resolve-extends" "execute-rule" "load" "read" "types" "cli")
|
||||||
for p in "''${pkgs[@]}" ; do
|
for p in "''${pkgs[@]}" ; do
|
||||||
cd @commitlint/$p/
|
cd @commitlint/$p/
|
||||||
yarn run tsc --build --force
|
yarn run --offline tsc --build --force
|
||||||
cd ../..
|
cd ../..
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user