mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-09-13 07:45:59 +00:00
Fix npm ci always being run
This commit is contained in:
2
go4it
2
go4it
@@ -99,7 +99,7 @@ def setup() -> None:
|
|||||||
|
|
||||||
log("Installing npm packages")
|
log("Installing npm packages")
|
||||||
for branch in BRANCHES:
|
for branch in BRANCHES:
|
||||||
if not os.path.isdir(os.path.join(branch.name, "node_module")):
|
if not os.path.isdir(os.path.join(branch.name, "node_modules")):
|
||||||
run_in(branch, "npm", "ci")
|
run_in(branch, "npm", "ci")
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user