Skip to content

Commit 234040c

Browse files
authored
Merge branch 'symfony:2.x' into 2.x
2 parents 3c1b08a + 9ad36a4 commit 234040c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ux.symfony.com/.platform.app.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ hooks:
4949
5050
# We don't need to run yarn or npm...
5151
# ...let's skip both build steps
52-
NO_YARN=1
53-
NO_NPM=1
52+
export NO_YARN=1
53+
export NO_NPM=1
5454
5555
(>&2 symfony-build)
5656

0 commit comments

Comments
 (0)