mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-11-10 17:13:38 +08:00
19 lines
326 B
Text
19 lines
326 B
Text
|
|
# yarn
|
|
yarn install
|
|
yarn upgrade xxx@1.2.3
|
|
|
|
# transifex
|
|
tx pull -a
|
|
|
|
# dependencies
|
|
yarn outdated
|
|
yarn upgrade-interactive --exact --latest
|
|
|
|
# webpack
|
|
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
|