Skip to content
Snippets Groups Projects
Commit 4379a173 authored by Bartek Wrona's avatar Bartek Wrona
Browse files

npm_publish.sh script should accept local mods (to include generated urls to...

npm_publish.sh script should accept local mods (to include generated urls to documentation and version info)
parent 77e06252
No related branches found
No related tags found
1 merge request!71emsdk image extended by zopfli tool to support pure inflate/deflate compression
...@@ -40,7 +40,7 @@ else ...@@ -40,7 +40,7 @@ else
set -e set -e
echo "Publishing ${NAME}@${VERSION} to tag ${PACKAGE_DIST_TAG}" 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 # 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 fi
popd popd
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment