chore: align node and npm versions of DDEV with host, use npm ci
This commit is contained in:
+1
-1
@@ -121,7 +121,7 @@ task('deploy', [
|
||||
]);
|
||||
|
||||
task('deploy:assets', function () {
|
||||
runLocally('npm i && npm run build');
|
||||
runLocally('npm ci && npm run build');
|
||||
});
|
||||
|
||||
task('deploy:stop-workers', function () {
|
||||
|
||||
Reference in New Issue
Block a user