瀏覽代碼
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 |