Browse Source
add yarn
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
pull/1/merge
Bo-Yi Wu
7 years ago
No known key found for this signature in database
GPG Key ID: F84B2110C500B1F
3 changed files with
6085 additions and
1 deletions
-
.gitignore
-
Makefile
-
yarn.lock
|
@ -10,3 +10,4 @@ Homestead.yaml |
|
|
npm-debug.log |
|
|
npm-debug.log |
|
|
.env |
|
|
.env |
|
|
.composer |
|
|
.composer |
|
|
|
|
|
.yarn-cache |
|
@ -1,4 +1,8 @@ |
|
|
|
|
|
|
|
|
install: |
|
|
|
|
|
|
|
|
composer: |
|
|
composer install --no-progress --profile --prefer-dist |
|
|
composer install --no-progress --profile --prefer-dist |
|
|
|
|
|
|
|
|
|
|
|
yarn: |
|
|
|
|
|
yarn install |
|
|
|
|
|
|
|
|
|
|
|
install: composer yarn |