Skip to content
Snippets Groups Projects

emsdk image extended by zopfli tool to support pure inflate/deflate compression

Merged Bartek Wrona requested to merge bw_add_zopfli_to_emsdk into develop
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -40,7 +40,7 @@ else
set -e
echo "Publishing ${NAME}@${VERSION} to tag ${PACKAGE_DIST_TAG}"
# We are going to repack the tarball as there are registry-dependent data in each job for package.json
pnpm publish --access=public --tag "${PACKAGE_DIST_TAG}"
pnpm publish --no-git-checks --access=public --tag "${PACKAGE_DIST_TAG}"
fi
popd
Loading