Skip to content

Commit

Permalink
Do not do remote lookup for Node.js versions
Browse files Browse the repository at this point in the history
  • Loading branch information
eronisko committed Mar 28, 2024
1 parent c4da4b7 commit 8654a60
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 @@ -7,7 +7,7 @@
// Config
set('repository', 'https://github.com/SlovakNationalGallery/webumenia.sk.git');
set('bin/php', 'php8.1');
set('bin/npm', 'n exec 20 npm');
set('bin/npm', 'n --offline exec 20 npm');

add('shared_files', ['public/sitemap.xml']);
add('shared_dirs', [
Expand Down

0 comments on commit 8654a60

Please sign in to comment.