Commit b42567d
committed
bug #1544 Remove importmap:install command from devcontainer.json (maxgrundnig)
This PR was merged into the main branch.
Discussion
----------
Remove importmap:install command from devcontainer.json
If it is executed as part of the updateContentCommand step, the container creation fails.
importmap:install is executed by composer install though (part of the auto-scripts), which executes just fine in Codespaces.
Part of #1542
Commits
-------
7271753 Remove importmap:install command from devcontainer.json1 file changed
+2
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
| 10 | + | |
12 | 11 | | |
13 | 12 | | |
14 | 13 | | |
| |||
0 commit comments