Skip to content

Commit

Permalink
chore: Remove gemspec script
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnAlbin committed Nov 11, 2023
1 parent c51fba5 commit fb73da4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@
"posttest": "eslint test",
"changelog": "auto-changelog --commit-limit false --unreleased",
"preversion": "npm test",
"gemspec": "cat normalize-scss.gemspec | sed -E 's/spec\\.version += '\"'[^']+'\"'/spec.version = '\"'$npm_package_version'/\" | sed -E 's/spec\\.date += '\"'[^']+'\"'/spec.date = '\"'`date '+%Y-%m-%d'`'/\" > normalize-scss.gemspec && git add normalize-scss.gemspec",
"version": "npm run gemspec && auto-changelog --commit-limit false --package && git add CHANGELOG.md"
"version": "auto-changelog --commit-limit false --package && git add CHANGELOG.md"
},
"devDependencies": {
"auto-changelog": "^2.4.0",
Expand Down

0 comments on commit fb73da4

Please sign in to comment.