Commit 9ad36a4
committed
minor #2246 [Site] Skip yarn & npm install during deploy (smnandre)
This PR was merged into the 2.x branch.
Discussion
----------
[Site] Skip yarn & npm install during deploy
> To disable the JavaScript dependencies and asset building, set NO_NPM or NO_YARN to 1 depending on your package manager.
cf https://docs.platform.sh/guides/symfony/integration.html#symfony-build
With the correct export syntax :facepalm-sorry:
Commits
-------
19da2ca [Site] Skip yarn & npm install during deploy1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
53 | | - | |
| 52 | + | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| |||
0 commit comments