Skip to content

Commit

Permalink
Restored pre-version.
Browse files Browse the repository at this point in the history
  • Loading branch information
jacekbogdanski committed Feb 7, 2024
1 parent 416ded2 commit c7ee31e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"bump": "node ./scripts/bump.js",
"publish:dry": "npm publish dist/ --dry-run",
"publish": "npm publish dist/",
"preversion": "npm run test",
"version": "npm run build-package && git add -f dist/",
"postversion": "git rm -r --cached dist/ && git commit -m \"Clean after release [ci skip]\" && git push origin && git push origin --tags"
},
Expand Down

0 comments on commit c7ee31e

Please sign in to comment.