1
0
mirror of https://github.com/yldio/copilot.git synced 2024-09-21 05:43:52 +03:00

make: use yarn for installation of dependencies

This commit is contained in:
Tom Gallacher 2016-10-20 14:55:52 +01:00
parent 9140f2a52b
commit 50208b6b4a
5 changed files with 6178 additions and 3 deletions

View File

@ -4,7 +4,7 @@ test:
.PHONY: install
install:
npm install --quiet --no-spin
yarn
$(MAKE) compile-frontent
# I'm not sure this is the best idea, let's see how this works out for us

1054
backend/yarn.lock Normal file

File diff suppressed because it is too large Load Diff

View File

@ -2,7 +2,7 @@
machine:
post:
- pip install --upgrade docker-compose==1.8.0
- npm install -g triton
- npm install -g triton yarn
- echo '{"url":"https://eu-ams-1.api.joyent.com","account":"'$SDC_ACCOUNT'","keyId":"c3:30:35:9b:85:48:73:44:31:cc:4b:2e:6a:00:16:e2","name":"eu-ams-1","curr":true}' | triton profile create -f -
timezone:

View File

@ -4,7 +4,7 @@ test:
.PHONY: install
install:
npm install --quiet --no-spin
yarn
.PHONY: compile
compile: install

5121
frontend/yarn.lock Normal file

File diff suppressed because it is too large Load Diff