Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
tinchox5 committed Oct 4, 2024
1 parent cb8d3e3 commit 5b2205b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"main": "./dist/orbit.js",
"scripts": {
"build": "npx @zumerbox/build -n orbit -j src/orbit.js -s src/orbit.scss && npm pack",
"bump": "npx @zumerbox/bump",
"postbump": "npx @zumerbox/changelog && git add CHANGELOG.md && git commit -m \"Bumped version\" && git push --follow-tags && npm run build"
"bump": "npx @zumerbox/bump && npx @zumerbox/changelog",
"prebuild": "git add CHANGELOG.md && git commit -m \"Bumped version\" && git push --follow-tags && npm run build"
},
"files": [
"README.md",
Expand All @@ -21,6 +21,7 @@
"UI",
"framework",
"radial",
"circular",
"orbit",
"composer",
"zumerlab"
Expand Down

0 comments on commit 5b2205b

Please sign in to comment.