File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6666 "repositoryPrefix" : " <%- repo %>/blob/main/packages/contentstack-audit/<%- commandPath %>"
6767 },
6868 "scripts" : {
69- "build" : " npm run clean && shx rm -rf lib && tsc -b" ,
69+ "build" : " shx rm -rf lib && tsc -b" ,
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 4646 "typescript" : " ^4.9.5"
4747 },
4848 "scripts" : {
49- "build" : " npm run clean && npm run compile" ,
49+ "build" : " npm run compile" ,
5050 "clean" : " rm -rf ./lib ./node_modules tsconfig.build.tsbuildinfo" ,
5151 "compile" : " tsc -b tsconfig.json" ,
5252 "postpack" : " rm -f oclif.manifest.json" ,
Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ export default class ExportCommand extends Command {
117117 static aliases : string [ ] = [ 'cm:export' ] ;
118118
119119 async run ( ) : Promise < void > {
120- console . log ( 'ExportCommand running test...' ) ;
120+ console . log ( 'ExportCommand running test 23 ...' ) ;
121121 let exportDir : string = pathValidator ( 'logs' ) ;
122122 try {
123123 const { flags } = await this . parse ( ExportCommand ) ;
Original file line number Diff line number Diff line change 4646 "typescript" : " ^4.9.5"
4747 },
4848 "scripts" : {
49- "build" : " npm run clean && npm run compile" ,
49+ "build" : " npm run compile" ,
5050 "clean" : " rm -rf ./lib ./node_modules tsconfig.build.tsbuildinfo" ,
5151 "compile" : " tsc -b tsconfig.json" ,
5252 "postpack" : " rm -f oclif.manifest.json" ,
You can’t perform that action at this time.
0 commit comments