mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-09 16:28:00 +08:00
13 lines
175 B
Text
13 lines
175 B
Text
|
|
# transifex
|
|
tx pull -a
|
|
|
|
# dependencies checker
|
|
npm-check --skip-unused --save-exact
|
|
npm dedupe
|
|
|
|
# dependencies locker
|
|
npm shrinkwrap --dev
|
|
|
|
# webpack
|
|
webpack --color --watch
|