Skip to content

Commit

Permalink
fix: remove pre-install script
Browse files Browse the repository at this point in the history
  • Loading branch information
kazupon committed Sep 23, 2023
1 parent c53ddba commit d17ca33
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 13 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@
},
"scripts": {
"prepare": "git config --local core.hooksPath .githooks",
"preinstall": "node scripts/preinstall.js",
"changelog": "gh-changelogen --repo=intlify/utils",
"release": "bumpp --commit \"release: v%s\" --push --tag",
"lint": "deno lint",
Expand Down
2 changes: 1 addition & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"extends": ["config:base", ":preserveSemverRanges"],
"labels": ["Type: Dependency"],
"labels": ["deps"],
"automerge": true,
"major": {
"automerge": false
Expand Down
11 changes: 0 additions & 11 deletions scripts/preinstall.js

This file was deleted.

0 comments on commit d17ca33

Please sign in to comment.