devops: do not publish create-playwright pkg
This commit is contained in:
parent
4ae3a07a75
commit
f884103b62
|
|
@ -80,6 +80,10 @@ echo "==================== Publishing version ${VERSION} ================"
|
|||
node ./utils/prepare_packages.js
|
||||
node -e "console.log(require('./utils/list_packages').packages.join('\\n'))" | while read package
|
||||
do
|
||||
if [[ ${package} == *"create-playwright" ]]; then
|
||||
echo "Skipping ${package}..."
|
||||
continue
|
||||
fi
|
||||
npm publish ${package} --tag="${NPM_PUBLISH_TAG}"
|
||||
done
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue