File tree Expand file tree Collapse file tree
contentstack-bulk-operations Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 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\" " ,
You can’t perform that action at this time.
0 commit comments