File tree Expand file tree Collapse file tree
packages/contentstack-export-to-csv Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6363 "cm:export-to-csv" : " EXPRTCSV"
6464 }
6565 },
66- "repository" : " https://github.com/contentstack/cli"
67- }
66+ "repository" : " https://github.com/contentstack/cli" ,
67+ "scripts" : {
68+ "build" : " npm run clean && npm run compile" ,
69+ "clean" : " rm -rf ./lib ./node_modules tsconfig.tsbuildinfo oclif.manifest.json" ,
70+ "compile" : " tsc -b tsconfig.json" ,
71+ "lint" : " eslint src/**/*.ts" ,
72+ "lint:fix" : " eslint src/**/*.ts --fix" ,
73+ "postpack" : " rm -f oclif.manifest.json" ,
74+ "prepack" : " pnpm compile && oclif manifest && oclif readme" ,
75+ "test" : " nyc mocha --forbid-only \" test/**/*.test.ts\" " ,
76+ "test:unit" : " mocha --timeout 10000 --forbid-only \" test/unit/**/*.test.ts\" " ,
77+ "test:unit:report" : " nyc --extension .ts mocha --forbid-only \" test/unit/**/*.test.ts\" " ,
78+ "version" : " oclif readme && git add README.md"
79+ }
80+ }
You can’t perform that action at this time.
0 commit comments