Skip to content

Commit

Permalink
chore: remove pre-scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
sheremet-va committed May 31, 2024
1 parent a550239 commit 77a8e6c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 20 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"build": "tsup",
"prepare": "husky",
"publish-test": "clean-publish --without-publish",
"release": "node ./tools/clean-banner.js && bumpp package.json --commit --push --tag && tsup && clean-publish && node ./tools/return-banner.js",
"release": "bumpp package.json --commit --push --tag && tsup && clean-publish",
"test": "vitest --no-isolate"
},
"main": "./dist/index.cjs",
Expand Down
11 changes: 0 additions & 11 deletions tools/clean-banner.js

This file was deleted.

8 changes: 0 additions & 8 deletions tools/return-banner.js

This file was deleted.

0 comments on commit 77a8e6c

Please sign in to comment.