mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-28 03:29:20 +03:00
12 lines
145 B
Text
12 lines
145 B
Text
|
|
# transifex
|
|
tx pull -a
|
|
|
|
# dependencies checker
|
|
npm-check --skip-unused
|
|
|
|
# dependencies locker
|
|
npm shrinkwrap --dev
|
|
|
|
# js code validation
|
|
gulp v
|