mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-03 22:47:03 +03:00
1.12.1
This commit is contained in:
parent
6b99a48898
commit
379d012b1f
3 changed files with 24 additions and 21 deletions
4
.cmds
4
.cmds
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue