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 6666 "repositoryPrefix" : " <%- repo %>/blob/main/packages/contentstack-audit/<%- commandPath %>"
6767 },
6868 "scripts" : {
69- "build" : " pnpm compile" ,
69+ "build" : " pnpm compile && oclif manifest " ,
7070 "lint" : " eslint . --ext .ts --config .eslintrc" ,
7171 "postpack" : " shx rm -f oclif.manifest.json" ,
7272 "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 6565 },
6666 "repository" : " https://github.com/contentstack/cli" ,
6767 "scripts" : {
68- "build" : " pnpm compile" ,
68+ "build" : " pnpm compile && oclif manifest " ,
6969 "clean" : " rm -rf ./lib ./node_modules tsconfig.tsbuildinfo" ,
7070 "compile" : " tsc -b tsconfig.json" ,
7171 "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 4040 "typescript" : " ^4.9.5"
4141 },
4242 "scripts" : {
43- "build" : " pnpm compile" ,
43+ "build" : " pnpm compile && oclif manifest " ,
4444 "clean" : " rm -rf ./lib ./node_modules tsconfig.tsbuildinfo" ,
4545 "compile" : " tsc -b tsconfig.json" ,
4646 "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 5353 },
5454 "repository" : " contentstack/cli" ,
5555 "scripts" : {
56- "build" : " pnpm compile" ,
56+ "build" : " pnpm compile && oclif manifest " ,
5757 "postpack" : " rm -f oclif.manifest.json" ,
5858 "generate-api-ref-md-doc" : " nyc jsdoc2md ./src/modules/*.ts > ./docs/api-reference.md || true" ,
5959 "compile" : " tsc -b tsconfig.json" ,
Original file line number Diff line number Diff line change 6969 "version" : " oclif readme && git add README.md" ,
7070 "clean" : " rm -rf ./lib ./node_modules tsconfig.tsbuildinfo" ,
7171 "compile" : " tsc -b tsconfig.json" ,
72- "build" : " pnpm compile"
72+ "build" : " pnpm compile && oclif manifest "
7373 }
7474}
You can’t perform that action at this time.
0 commit comments