Skip to content

Commit fbd7687

Browse files
committed
added oclif manifest in the build script
1 parent 4f34260 commit fbd7687

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

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": "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",

packages/contentstack-bootstrap/package.json

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

packages/contentstack-branches/package.json

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

packages/contentstack-clone/package.json

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

packages/contentstack-export-to-csv/package.json

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

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": "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",

packages/contentstack-import-setup/package.json

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

packages/contentstack-import/package.json

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

packages/contentstack-migration/package.json

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

packages/contentstack-seed/package.json

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

0 commit comments

Comments
 (0)