Skip to content

Commit f785215

Browse files
committed
fix: removed prepare script from the migrate-rte and bulk-operation
1 parent 6c76d92 commit f785215

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

packages/contentstack-bulk-operations/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,7 @@
9191
"test:json": "mocha --forbid-only \"test/**/*.test.ts\" --reporter json --reporter-options output=report.json",
9292
"test:safe": "[ -d test ] && npm test || echo 'No test directory found, skipping tests'",
9393
"version": "oclif readme && git add README.md",
94-
"clean": "rm -rf ./lib tsconfig.tsbuildinfo oclif.manifest.json",
95-
"prepare": "npx husky && chmod +x .husky/pre-commit"
94+
"clean": "rm -rf ./lib tsconfig.tsbuildinfo oclif.manifest.json"
9695
},
9796
"engines": {
9897
"node": ">=20.19.0"

packages/contentstack-migrate-rte/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@
7272
},
7373
"scripts": {
7474
"build": "oclif manifest",
75-
"prepare": "npx husky && chmod +x .husky/pre-commit",
7675
"postpack": "rm -f oclif.manifest.json",
7776
"prepack": "oclif manifest && oclif readme",
7877
"test": "nyc --check-coverage=false mocha --require test/setup.js --forbid-only \"test/**/*.test.js\"",

0 commit comments

Comments
 (0)