Skip to content

Commit 82e3b2d

Browse files
committed
Fxing breaking changes after upgarde in deploy task
1 parent cf2e67e commit 82e3b2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tools/grunt/tasks/deploy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ module.exports = function (grunt) {
2020
ok('"pub/static" is empty.');
2121

2222
log('Deploying Magento application...');
23-
deploy = spawn('php', ['bin/magento', 'setup:static-content:deploy -f']);
23+
deploy = spawn('php', ['bin/magento', 'setup:static-content:deploy', '-f']);
2424

2525
deploy.stdout.on('data', function (data) {
2626
log(data);

0 commit comments

Comments
 (0)