mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 12:39:20 +03:00
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
|