npm build command #89

Merged
telackey merged 7 commits from dboreham/npm-build-command into main 2023-01-06 16:33:52 +00:00
Showing only changes of commit 2ba3ffac84 - Show all commits

View File

@ -14,6 +14,7 @@ if [[ -z "${NPM_AUTH_TOKEN}" ]]; then
fi
local_npm_registry_url=$1
package_publish_version=$2
npm config set @lirewine:registry ${local_npm_registry_url}
npm config set @cerc-io:registry ${local_npm_registry_url}
npm config set -- ${local_npm_registry_url}:_authToken ${NPM_AUTH_TOKEN}
echo "Build and publish version ${package_publish_version}"