Skip to content

Commit d255420

Browse files
committed
updated scripts
1 parent 943f443 commit d255420

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

packages/contentstack-audit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
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",

packages/contentstack-export/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
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",

packages/contentstack-export/src/commands/cm/stacks/export.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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);

packages/contentstack-import/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
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",

0 commit comments

Comments
 (0)