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