snappymail/.cmds

14 lines
175 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-09-21 01:38:32 +08:00
npm dedupe
2016-08-09 06:25:56 +08:00
# dependencies locker
npm shrinkwrap --dev
# webpack
webpack --color --watch