chore: remove unused scripts/ dir

This commit is contained in:
Christopher Hiller
2021-05-27 15:56:06 -07:00
committed by Jonathan Lipps
parent cfb1401d0f
commit 07a854acd2
2 changed files with 0 additions and 17 deletions

View File

@@ -1,13 +0,0 @@
git fetch
echo "* Creating release branch $1"
git checkout -b releases/$1
rm -rf node_modules/ npm-shrinkwrap.json package-lock.json
npm install
npm shrinkwrap
echo "* git add ."
git add npm-shrinkwrap.json package.json
git commit -m 'add shrinkwrap'
echo "* npm version $1.0-rc.0"
npm version $1.0-rc.0
git push origin releases/$1
bash ./scripts/release.sh

View File

@@ -1,4 +0,0 @@
npm version prerelease --preid=$1
git push
git push --tags
npm publish --tag $1