Skip to content

Commit

Permalink
Use node offline version when deploying
Browse files Browse the repository at this point in the history
  • Loading branch information
rastislav-chynoransky committed May 10, 2024
1 parent d1dbad1 commit 7002803
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 @@ -4,7 +4,7 @@

require 'recipe/common.php';

set('bin/npm', 'n exec 20 npm');
set('bin/npm', 'n --offline exec 20 npm');
set('repository', 'git@github.com:SlovakNationalGallery/sbirky-moravska-galerie.git');

add('shared_files', ['.env']);
Expand Down

0 comments on commit 7002803

Please sign in to comment.