浏览代码
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 |