소스 검색
add yarn
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
pull/1/merge
Bo-Yi Wu
7 년 전
No known key found for this signature in database
GPG 키 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 |