mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-11-10 09:02:45 +08:00
14 lines
194 B
Text
14 lines
194 B
Text
|
|
# yarn
|
|
yarn install
|
|
yarn upgrade xxx@1.2.3
|
|
|
|
# transifex
|
|
tx pull -a
|
|
|
|
# dependencies checker (checking only)
|
|
npm-check --skip-unused --save-exact
|
|
yarn outdated
|
|
|
|
# webpack
|
|
webpack --color --watch
|