Browse Source

conf(TS_STYLELINT): version check in configuration
commit_hash:d299f263c839e115a6376a37bf864572903a855b

zaverden 5 months ago
parent
commit
1339bbde16
1 changed files with 2 additions and 0 deletions
  1. 2 0
      build/plugins/nots.py

+ 2 - 0
build/plugins/nots.py

@@ -603,6 +603,8 @@ def _setup_stylelint(unit):
     if not test_files:
         return
 
+    unit.on_peerdir_ts_resource("stylelint")
+
     from lib.nots.package_manager import constants
 
     recipes_value = unit.get("TEST_RECIPES_VALUE")