Skip to content

Commit

Permalink
Revert "feat: drop duplicative tag"
Browse files Browse the repository at this point in the history
This reverts commit 4c34207.
  • Loading branch information
kanadgupta committed Feb 13, 2023
1 parent 05300e7 commit f9fe6c6
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": "./bin/set-major-version-tag.js",
"postversion": "git tag $npm_package_version && ./bin/set-major-version-tag.js",
"prebuild": "rm -rf dist/",
"prepack": "npm run build",
"prepare": "husky install",
Expand Down

0 comments on commit f9fe6c6

Please sign in to comment.