From a000f6e5930b24d1d16269ca25c0aa4c300bbbb9 Mon Sep 17 00:00:00 2001 From: Nikita Prokopov Date: Tue, 10 Sep 2019 13:16:11 +0300 Subject: [PATCH] add npm publish to release script --- script/release | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/script/release b/script/release index d03bcdb..9d5ffcc 100755 --- a/script/release +++ b/script/release @@ -19,3 +19,8 @@ cp distr/otf/*.otf ~/Library/Fonts/ cd distr find . -not -name ".*" | xargs zip ../FiraCode.zip cd .. + +# Update npm +npm publish + +# Update https://github.com/Homebrew/homebrew-cask-fonts \ No newline at end of file