Bo-Yi Wu
пре 7 година
No known key found for this signature in database
GPG Key ID: F84B2110C500B1F
3 измењених фајлова са
6085 додато и
1 уклоњено
-
.gitignore
-
Makefile
-
yarn.lock
|
|
@ -10,3 +10,4 @@ Homestead.yaml |
|
|
|
npm-debug.log |
|
|
|
.env |
|
|
|
.composer |
|
|
|
.yarn-cache |
|
|
@ -1,4 +1,8 @@ |
|
|
|
|
|
|
|
install: |
|
|
|
composer: |
|
|
|
composer install --no-progress --profile --prefer-dist |
|
|
|
|
|
|
|
yarn: |
|
|
|
yarn install |
|
|
|
|
|
|
|
install: composer yarn |