mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-09 00:08:18 +08:00
8da988fef2
Update package.json dependencies Fix eslint errors webpack 2 -> webpack 3
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
|