snappymail/.cmds

15 lines
194 B
Plaintext
Raw Normal View History

2016-08-09 06:25:56 +08:00
2016-12-15 07:06:40 +08:00
# yarn
yarn install
2017-01-13 04:41:57 +08:00
yarn upgrade xxx@1.2.3
2016-12-15 07:06:40 +08:00
2016-08-11 07:16:58 +08:00
# transifex
tx pull -a
2016-12-15 07:06:40 +08:00
# dependencies checker (checking only)
npm-check --skip-unused --save-exact
2017-01-13 04:41:57 +08:00
yarn outdated
2016-08-09 06:25:56 +08:00
# webpack
webpack --color --watch