mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-11 00:14:50 +03:00
13 lines
157 B
Text
13 lines
157 B
Text
|
|
# yarn
|
|
yarn install
|
|
yarn upgrade xxx@1.2.3
|
|
|
|
# transifex
|
|
tx pull -a
|
|
|
|
# dependencies checker (checking only)
|
|
yarn outdated
|
|
|
|
# webpack
|
|
webpack --color --watch
|