Skip to content

Commit

Permalink
feat: drop duplicative tag
Browse files Browse the repository at this point in the history
  • Loading branch information
kanadgupta committed Feb 11, 2023
1 parent bd2e1a2 commit 4c34207
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
"bump": "npm version -m 'build: %s release'",
"debug": "ts-node src/cli.ts",
"lint": "eslint . bin/rdme --ext .js,.ts",
"postversion": "git tag $npm_package_version && ./bin/set-major-version-tag.js",
"postversion": "./bin/set-major-version-tag.js",
"prebuild": "rm -rf dist/",
"prepack": "npm run build",
"prepare": "husky install",
Expand Down

0 comments on commit 4c34207

Please sign in to comment.