chore(scripts): remove

This commit is contained in:
Benjamin Canac
2024-11-10 18:36:52 +01:00
parent 4889d30b44
commit 36ea3e4045
3 changed files with 0 additions and 71 deletions

View File

@@ -1,16 +0,0 @@
#!/bin/bash
# Restore all git changes
git restore -s@ -SW -- .
# Update token
if [[ ! -z ${NODE_AUTH_TOKEN} ]] ; then
echo "//registry.npmjs.org/:_authToken=${NODE_AUTH_TOKEN}" >> ~/.npmrc
echo "registry=https://registry.npmjs.org/" >> ~/.npmrc
echo "always-auth=true" >> ~/.npmrc
npm whoami
fi
# Release package
echo "Publishing @nuxt/ui"
npm publish -q --access public