mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-31 13:09:21 +03:00
Update deps
This commit is contained in:
parent
87bfa64af0
commit
95eb786a3f
7 changed files with 489 additions and 185 deletions
7
Makefile
7
Makefile
|
|
@ -50,8 +50,11 @@ rl-lint:
|
|||
@docker-compose run --no-deps --rm node gulp lint
|
||||
rl-dev:
|
||||
@docker-compose run --no-deps --rm node gulp
|
||||
rl-watch:
|
||||
@docker-compose run --no-deps --rm node gulp watch
|
||||
rl-watch-css:
|
||||
@docker-compose run --no-deps --rm node npm run watch-css
|
||||
rl-watch-js:
|
||||
@docker-compose run --no-deps --rm node npm run watch-js
|
||||
|
||||
rl-build:
|
||||
@docker-compose run --no-deps --rm node gulp all
|
||||
rl-build-pro:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue