ソースを参照
add yarn
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
pull/1/merge
Bo-Yi Wu
7年前
この署名に対応する既知のキーがデータベースに存在しません
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 |