File tree Expand file tree Collapse file tree 10 files changed +10
-10
lines changed
contentstack-export-to-csv
contentstack-import-setup Expand file tree Collapse file tree 10 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 6464 "repositoryPrefix" : " <%- repo %>/blob/main/packages/contentstack-audit/<%- commandPath %>"
6565 },
6666 "scripts" : {
67- "build" : " pnpm compile" ,
67+ "build" : " pnpm compile && oclif manifest " ,
6868 "lint" : " eslint . --ext .ts --config .eslintrc" ,
6969 "postpack" : " shx rm -f oclif.manifest.json" ,
7070 "posttest" : " npm run lint" ,
Original file line number Diff line number Diff line change 55 "author" : " Contentstack" ,
66 "bugs" : " https://github.com/contentstack/cli/issues" ,
77 "scripts" : {
8- "build" : " pnpm compile" ,
8+ "build" : " pnpm compile && oclif manifest " ,
99 "clean" : " rm -rf ./lib ./node_modules tsconfig.tsbuildinfo" ,
1010 "compile" : " tsc -b tsconfig.json" ,
1111 "postpack" : " rm -f oclif.manifest.json" ,
Original file line number Diff line number Diff line change 3030 "typescript" : " ^4.9.5"
3131 },
3232 "scripts" : {
33- "build" : " pnpm compile" ,
33+ "build" : " pnpm compile && oclif manifest " ,
3434 "clean" : " rm -rf ./lib ./node_modules tsconfig.tsbuildinfo" ,
3535 "compile" : " tsc -b tsconfig.json" ,
3636 "postpack" : " rm -f oclif.manifest.json" ,
Original file line number Diff line number Diff line change 6161 },
6262 "repository" : " https://github.com/contentstack/cli" ,
6363 "scripts" : {
64- "build" : " pnpm compile" ,
64+ "build" : " pnpm compile && oclif manifest " ,
6565 "clean" : " rm -rf ./lib ./node_modules tsconfig.tsbuildinfo" ,
6666 "compile" : " tsc -b tsconfig.json" ,
6767 "postpack" : " rm -f oclif.manifest.json" ,
Original file line number Diff line number Diff line change 6363 },
6464 "repository" : " https://github.com/contentstack/cli" ,
6565 "scripts" : {
66- "build" : " pnpm compile" ,
66+ "build" : " pnpm compile && oclif manifest " ,
6767 "clean" : " rm -rf ./lib ./node_modules tsconfig.tsbuildinfo oclif.manifest.json" ,
6868 "compile" : " tsc -b tsconfig.json" ,
6969 "lint" : " eslint src/**/*.ts" ,
Original file line number Diff line number Diff line change 4646 "typescript" : " ^4.9.5"
4747 },
4848 "scripts" : {
49- "build" : " pnpm compile" ,
49+ "build" : " pnpm compile && oclif manifest " ,
5050 "clean" : " rm -rf ./lib ./node_modules tsconfig.tsbuildinfo" ,
5151 "compile" : " tsc -b tsconfig.json" ,
5252 "postpack" : " rm -f oclif.manifest.json" ,
Original file line number Diff line number Diff line change 4242 "typescript" : " ^4.9.5"
4343 },
4444 "scripts" : {
45- "build" : " pnpm compile" ,
45+ "build" : " pnpm compile && oclif manifest " ,
4646 "clean" : " rm -rf ./lib ./node_modules tsconfig.tsbuildinfo" ,
4747 "compile" : " tsc -b tsconfig.json" ,
4848 "postpack" : " rm -f oclif.manifest.json" ,
Original file line number Diff line number Diff line change 4545 "typescript" : " ^4.9.5"
4646 },
4747 "scripts" : {
48- "build" : " pnpm compile" ,
48+ "build" : " pnpm compile && oclif manifest " ,
4949 "clean" : " rm -rf ./lib ./node_modules tsconfig.tsbuildinfo" ,
5050 "compile" : " tsc -b tsconfig.json" ,
5151 "postpack" : " rm -f oclif.manifest.json" ,
Original file line number Diff line number Diff line change 5454 },
5555 "repository" : " contentstack/cli" ,
5656 "scripts" : {
57- "build" : " pnpm compile" ,
57+ "build" : " pnpm compile && oclif manifest " ,
5858 "postpack" : " rm -f oclif.manifest.json" ,
5959 "generate-api-ref-md-doc" : " nyc jsdoc2md ./src/modules/*.ts > ./docs/api-reference.md || true" ,
6060 "compile" : " tsc -b tsconfig.json" ,
Original file line number Diff line number Diff line change 6565 "version" : " oclif readme && git add README.md" ,
6666 "clean" : " rm -rf ./lib ./node_modules tsconfig.tsbuildinfo" ,
6767 "compile" : " tsc -b tsconfig.json" ,
68- "build" : " pnpm compile"
68+ "build" : " pnpm compile && oclif manifest "
6969 }
7070}
You can’t perform that action at this time.
0 commit comments