Compare commits
4 Commits
dev
...
17-homepag
Author | SHA1 | Date |
---|---|---|
Sieciech | d686de2a1d | |
Sieciech | e82f488f9a | |
Sieciech | 3837371268 | |
Sieciech | 8b483ef021 |
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
echo "> Configure cache"
|
||||
mkdir -p /tmp/app/{vendor/node_modules}
|
||||
mkdir -p /tmp/app/{vendor,node_modules}
|
||||
ln -s /tmp/app/node_modules /web/frontend/node_modules
|
||||
ln -s /tmp/app/vendor /web/backend/vendor
|
||||
|
||||
|
|
Loading…
Reference in New Issue