Skip to content

Commit

Permalink
update package-lock + npm deploy command
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-kamil committed Feb 8, 2024
1 parent 936b8ac commit 6aad136
Show file tree
Hide file tree
Showing 2 changed files with 300 additions and 283 deletions.
2 changes: 1 addition & 1 deletion deploy.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

task('build', function () {
cd('{{release_path}}');
run('npm ci && npm run build');
run('npm ci && npm run prod');
});

// Hooks
Expand Down
Loading

0 comments on commit 6aad136

Please sign in to comment.