snappymail/.cmds

13 lines
164 B
Text
Raw Normal View History

2016-08-09 06:25:56 +08:00
2016-08-11 07:16:58 +08:00
# transifex
tx pull -a
2016-08-09 06:25:56 +08:00
# dependencies checker
npm-check --skip-unused --save-exact
2016-08-09 06:25:56 +08:00
# dependencies locker
npm shrinkwrap --dev
# webpack
webpack --color --watch