This commit is contained in:
RainLoop Team 2018-07-31 00:20:06 +03:00
parent 6b99a48898
commit 379d012b1f
3 changed files with 24 additions and 21 deletions

4
.cmds
View file

@ -6,8 +6,9 @@ yarn upgrade xxx@1.2.3
# transifex
tx pull -a
# dependencies checker (checking only)
# dependencies
yarn outdated
yarn upgrade-interactive --exact --latest
# webpack
webpack --color --watch
@ -15,3 +16,4 @@ webpack --color --watch
#
gpg --import x
gpg --detach-sign --armor --openpgp -u 87DA4591 x
for ff in `ls *.zip`; do gpg --detach-sign --armor --openpgp -u 87DA4591 $ff; done