Skip to content

Commit

Permalink
chore(project): add publish script to root package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Schlomoh committed Aug 28, 2024
1 parent f373e1f commit 030af1d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
"packages/*",
"apps/*"
],
"scripts": {
"publish-release": "npx nx release --skip-publish && git push && git push --tags"
},
"dependencies": {
"@gltf-transform/core": "^4.0.8",
"@gltf-transform/extensions": "^4.0.8",
Expand Down

0 comments on commit 030af1d

Please sign in to comment.