mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2024-11-19 00:04:53 +00:00
Fix npm ci always being run
This commit is contained in:
parent
dbc8c18b34
commit
a9fc3edb5e
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")
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user