Skip to content

Commit

Permalink
Add release script
Browse files Browse the repository at this point in the history
  • Loading branch information
FarazzShaikh committed Sep 21, 2024
1 parent fe47446 commit 02034b6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "three-custom-shader-material",
"description": "Extend Three.js standard materials with your own shaders!",
"private": false,
"version": "6.0.0-rc.8",
"version": "6.0.0-rc.13",
"license": "MIT",
"files": [
"dist/**"
Expand All @@ -24,7 +24,8 @@
}
},
"scripts": {
"build": "tsc && vite build"
"build": "tsc && vite build",
"release": "yarn build && npm version prerelease --preid=rc"
},
"devDependencies": {
"@types/node": "^20.12.2",
Expand Down

0 comments on commit 02034b6

Please sign in to comment.