mirror of
https://github.com/yldio/copilot.git
synced 2024-11-13 06:40:06 +02:00
make: prefer-offline installs and upgrade nodejs
This commit is contained in:
parent
76dd5b8634
commit
eda79704ac
@ -14,7 +14,7 @@ machine:
|
||||
services:
|
||||
- docker
|
||||
node:
|
||||
version: 6.9.0
|
||||
version: 6.9.1
|
||||
|
||||
dependencies:
|
||||
cache_directories:
|
||||
|
@ -1,10 +1,10 @@
|
||||
.PHONY: install
|
||||
install:
|
||||
yarn install
|
||||
yarn install --prefer-offline
|
||||
|
||||
.PHONY: install-production
|
||||
install-production:
|
||||
yarn install --production --pure-lockfile
|
||||
yarn install --production --pure-lockfile --prefer-offline
|
||||
|
||||
.PHONY: clean
|
||||
clean:
|
||||
|
@ -1,10 +1,10 @@
|
||||
.PHONY: install
|
||||
install:
|
||||
yarn install
|
||||
yarn install --prefer-offline
|
||||
|
||||
.PHONY: install-production
|
||||
install-production: compile clean
|
||||
yarn install --production --pure-lockfile
|
||||
yarn install --production --pure-lockfile --prefer-offline
|
||||
|
||||
.PHONY: clean
|
||||
clean:
|
||||
|
@ -4,11 +4,11 @@ test:
|
||||
|
||||
.PHONY: install
|
||||
install:
|
||||
yarn install
|
||||
yarn install --prefer-offline
|
||||
|
||||
.PHONY: install-production
|
||||
install-production:
|
||||
yarn install --production --pure-lockfile
|
||||
yarn install --production --pure-lockfile --prefer-offline
|
||||
|
||||
.PHONY: clean
|
||||
clean:
|
||||
|
Loading…
Reference in New Issue
Block a user