Skip to content

Commit f1c16db

Browse files
authored
Drop mookme (#13915)
1 parent 8e0ee73 commit f1c16db

3 files changed

Lines changed: 0 additions & 70 deletions

File tree

package-lock.json

Lines changed: 0 additions & 63 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
"clean:modules": "rm -rf node_modules && rm -rf packages/*/node_modules",
1515
"clean:dist": "rm -rf packages/*/dist",
1616
"install-git-secrets": "sh ./scripts/install-git-secrets.sh",
17-
"install-hooks": "mookme init --only-hook --skip-types-selection",
1817
"lint:fix": "turbo run lint:fix",
1918
"lint": "turbo run lint",
2019
"lint:discovery": "cd packages/discovery-provider && ./scripts/lint.sh",
@@ -126,7 +125,6 @@
126125
"@babel/traverse": "7.27.1",
127126
"@babel/types": "7.27.1",
128127
"@changesets/cli": "2.27.1",
129-
"@escape.tech/mookme": "2.4.1",
130128
"@metaplex-foundation/umi": "1.2.0",
131129
"@redux-devtools/remote": "0.8.0",
132130
"@types/express": "^4.17.21",

scripts/postinstall.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,6 @@ YELLOW='\033[0;33m'
66
NC='\033[0m'
77

88

9-
if [[ -z "${CI}" ]]; then
10-
printf "${GREEN}Updating git hooks...\n${NC}"
11-
npm run install-hooks > /dev/null
12-
fi
13-
149
if [[ -z "${CI}" ]]; then
1510
printf "${GREEN}Updating git secrets...\n${NC}"
1611
npm run install-git-secrets > /dev/null

0 commit comments

Comments
 (0)