Skip to content

Commit 41b42ff

Browse files
committed
updated scripts for better clean up, updated ignore files
1 parent 00534b9 commit 41b42ff

21 files changed

Lines changed: 9151 additions & 11085 deletions

File tree

.talismanrc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
fileignoreconfig:
2-
- filename: package-lock.json
3-
checksum: 45100667793fc7dfaae3e24787871257e7f29e06df69ba10ec05b358d59ff15d
42
- filename: pnpm-lock.yaml
5-
checksum: 87d001c32b1d7f9df30a289c277e0ea13cfd8a0e2e5fa5118956ff4183683e5c
3+
checksum: 69c9fefd1240e00e7efa17658a53292444de3eecc70fb93c719b3b92a8cac0f0
64
- filename: .husky/pre-commit
75
checksum: 7a12030ddfea18d6f85edc25f1721fb2009df00fdd42bab66b05de25ab3e32b2
6+
- filename: packages/contentstack-migration/src/commands/cm/stacks/migration.ts
7+
checksum: 8690833f285db085aa1431d4a708c243e2bf5b4ed366c5c15e2daf66eb24c19e
88
version: '1.0'

packages/contentstack-audit/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,11 @@
6868
"lint": "eslint . --ext .ts --config .eslintrc",
6969
"postpack": "shx rm -f oclif.manifest.json",
7070
"posttest": "npm run lint",
71-
"compile": "shx rm -rf lib tsconfig.tsbuildinfo && tsc -b",
71+
"compile": "tsc -b tsconfig.json",
7272
"prepack": "pnpm compile && oclif manifest && oclif readme",
7373
"test": "mocha --forbid-only \"test/**/*.test.ts\"",
7474
"version": "oclif readme && git add README.md",
75-
"clean": "rm -rf ./lib ./node_modules .tsbuildinfo oclif.manifest.json",
75+
"clean": "rm -rf ./lib ./node_modules tsconfig.tsbuildinfo oclif.manifest.json",
7676
"test:unit:report": "nyc --extension .ts mocha --forbid-only \"test/unit/**/*.test.ts\"",
7777
"test:unit": "mocha --timeout 10000 --forbid-only \"test/unit/**/*.test.ts\""
7878
},

packages/contentstack-bootstrap/.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@
77
/yarn.lock
88
node_modules
99
.DS_Store
10-
coverage
10+
coverage
11+
/tsconfig.tsbuildinfo

packages/contentstack-bootstrap/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"bugs": "https://github.com/contentstack/cli/issues",
77
"scripts": {
88
"build": "pnpm compile",
9-
"clean": "rm -rf ./lib ./node_modules tsconfig.build.tsbuildinfo",
9+
"clean": "rm -rf ./lib ./node_modules tsconfig.tsbuildinfo",
1010
"compile": "tsc -b tsconfig.json",
1111
"postpack": "rm -f oclif.manifest.json",
1212
"prepack": "pnpm compile && oclif manifest && oclif readme",

packages/contentstack-branches/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ coverage
1212
.vscode
1313
branch-config.json
1414
/merge_scripts
15+
/tsconfig.tsbuildinfo

packages/contentstack-branches/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
},
3232
"scripts": {
3333
"build": "pnpm compile",
34-
"clean": "rm -rf ./lib ./node_modules tsconfig.build.tsbuildinfo",
34+
"clean": "rm -rf ./lib ./node_modules tsconfig.tsbuildinfo",
3535
"compile": "tsc -b tsconfig.json",
3636
"postpack": "rm -f oclif.manifest.json",
3737
"prepack": "pnpm compile && oclif manifest && oclif readme",

packages/contentstack-clone/.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@
66
/yarn.lock
77
node_modules
88
coverage
9-
/lib
9+
/lib
10+
/tsconfig.tsbuildinfo

packages/contentstack-clone/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"repository": "https://github.com/contentstack/cli",
6363
"scripts": {
6464
"build": "pnpm compile",
65-
"clean": "rm -rf ./lib ./node_modules tsconfig.build.tsbuildinfo",
65+
"clean": "rm -rf ./lib ./node_modules tsconfig.tsbuildinfo",
6666
"compile": "tsc -b tsconfig.json",
6767
"postpack": "rm -f oclif.manifest.json",
6868
"prepack": "pnpm compile && oclif manifest && oclif readme",

packages/contentstack-export/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ coverage
1212
.vscode/
1313
/lib
1414
.env
15+
/tsconfig.tsbuildinfo

packages/contentstack-export/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
},
4848
"scripts": {
4949
"build": "pnpm compile",
50-
"clean": "rm -rf ./lib ./node_modules tsconfig.build.tsbuildinfo",
50+
"clean": "rm -rf ./lib ./node_modules tsconfig.tsbuildinfo",
5151
"compile": "tsc -b tsconfig.json",
5252
"postpack": "rm -f oclif.manifest.json",
5353
"prepack": "pnpm compile && oclif manifest && oclif readme",

0 commit comments

Comments
 (0)