Skip to content

Commit

Permalink
Blah
Browse files Browse the repository at this point in the history
  • Loading branch information
benc-uk committed Sep 2, 2023
1 parent 58bfebb commit 4c4469e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions etc/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ TAG=$(npm version $VERSION_TYPE --no-git-tag-version)
echo "### 🎈 Releasing new version ${TAG}"
echo "### 🔨 Building browser ESM bundle"

npm run build-bundle
git add dist-bundle package.json package-lock.json
npm run build-single
git add dist-single package.json package-lock.json
git commit -m "📦 Releasing new version ${TAG}"

git tag "$TAG" --force
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@benc-uk/gsots3d",
"version": "0.0.5-alpha.2",
"version": "0.0.5-alpha.3",
"description": "Getting S**t On The Screen in 3D. A library for doing 3D graphics in the browser.",
"author": "Ben Coleman",
"license": "MIT",
Expand Down

0 comments on commit 4c4469e

Please sign in to comment.