mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-09-23 13:34:37 +08: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
|