mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-06-26 16:26:44 +03:00
babel 6 -> 7
This commit is contained in:
parent
379d012b1f
commit
26c507398f
4 changed files with 1159 additions and 1368 deletions
7
Makefile
7
Makefile
|
|
@ -57,6 +57,13 @@ rl-build:
|
|||
rl-build-pro:
|
||||
@docker-compose run --no-deps --rm node gulp all --pro
|
||||
|
||||
yarn-install:
|
||||
@docker-compose run --no-deps --rm node yarn install
|
||||
yarn-outdated:
|
||||
@docker-compose run --no-deps --rm node yarn outdated
|
||||
yarn-upgrade:
|
||||
@docker-compose run --no-deps --rm node yarn upgrade-interactive --exact --latest
|
||||
|
||||
gpg:
|
||||
docker run -it --rm -w=/var/www \
|
||||
-v $(shell pwd)/.docker/.cache/.gnupg:/root/.gnupg \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue