mirror of
https://github.com/yldio/copilot.git
synced 2024-11-10 21:30:06 +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
|
||||
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
1054
backend/yarn.lock
Normal file
File diff suppressed because it is too large
Load Diff
@ -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:
|
||||
|
@ -4,7 +4,7 @@ test:
|
||||
|
||||
.PHONY: install
|
||||
install:
|
||||
npm install --quiet --no-spin
|
||||
yarn
|
||||
|
||||
.PHONY: compile
|
||||
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