mirror of
https://github.com/yldio/copilot.git
synced 2024-11-11 05:40:11 +02:00
make: use yarn for installation of dependencies
This commit is contained in:
parent
9140f2a52b
commit
50208b6b4a
@ -4,7 +4,7 @@ test:
|
|||||||
|
|
||||||
.PHONY: install
|
.PHONY: install
|
||||||
install:
|
install:
|
||||||
npm install --quiet --no-spin
|
yarn
|
||||||
$(MAKE) compile-frontent
|
$(MAKE) compile-frontent
|
||||||
|
|
||||||
# I'm not sure this is the best idea, let's see how this works out for us
|
# I'm not sure this is the best idea, let's see how this works out for us
|
||||||
|
1054
backend/yarn.lock
Normal file
1054
backend/yarn.lock
Normal file
File diff suppressed because it is too large
Load Diff
@ -2,7 +2,7 @@
|
|||||||
machine:
|
machine:
|
||||||
post:
|
post:
|
||||||
- pip install --upgrade docker-compose==1.8.0
|
- 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 -
|
- 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:
|
timezone:
|
||||||
|
@ -4,7 +4,7 @@ test:
|
|||||||
|
|
||||||
.PHONY: install
|
.PHONY: install
|
||||||
install:
|
install:
|
||||||
npm install --quiet --no-spin
|
yarn
|
||||||
|
|
||||||
.PHONY: compile
|
.PHONY: compile
|
||||||
compile: install
|
compile: install
|
||||||
|
5121
frontend/yarn.lock
Normal file
5121
frontend/yarn.lock
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user