mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-11-10 17:13:38 +08:00
19 lines
409 B
Text
19 lines
409 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 --passphrase ?? x
|
|
for ff in `ls ./build/dist/releases/**/**/*.zip | xargs`; do gpg --detach-sign --no-tty --yes --armor --openpgp -u 87DA4591 --passphrase ?? $ff; done
|