snappymail/.cmds

20 lines
409 B
Plaintext
Raw Permalink Normal View History

2016-08-09 06:25:56 +08:00
2016-12-15 07:06:40 +08:00
# yarn
yarn install
2017-01-13 04:41:57 +08:00
yarn upgrade xxx@1.2.3
2016-12-15 07:06:40 +08:00
2016-08-11 07:16:58 +08:00
# transifex
tx pull -a
2019-06-29 08:17:29 +08:00
# dependencies
2017-01-13 04:41:57 +08:00
yarn outdated
2018-07-31 05:20:06 +08:00
yarn upgrade-interactive --exact --latest
2016-08-09 06:25:56 +08:00
# webpack
webpack --color --watch
2018-03-30 05:43:46 +08:00
#
gpg --import x
2021-01-16 22:51:14 +08:00
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