Skip to content

Commit

Permalink
Try npm install instead of npm ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffmueller-st committed Sep 16, 2024
1 parent ef6ca73 commit e9611ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
$stage = input()->getArgument('stage');
}
cd('{{release_or_current_path}}');
run("npm ci && npm run $stage");
run("npm install && npm run $stage");
});

host('snaccooperative.org')
Expand Down

0 comments on commit e9611ee

Please sign in to comment.