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