Skip to content

Commit 4cd93dd

Browse files
committed
updated build with oclif manifest
1 parent effbc7b commit 4cd93dd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/contentstack-auth/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-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "2.0.0-beta.2",
55
"author": "Contentstack",
66
"scripts": {
7-
"build": "pnpm compile",
7+
"build": "pnpm compile && oclif manifest",
88
"clean": "rm -rf ./lib ./node_modules tsconfig.tsbuildinfo",
99
"compile": "tsc -b tsconfig.json",
1010
"postpack": "rm -f oclif.manifest.json",

packages/contentstack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"main": "lib/index.js",
1010
"types": "lib/index.d.ts",
1111
"scripts": {
12-
"build": "pnpm compile",
12+
"build": "pnpm compile && oclif manifest",
1313
"clean": "rm -rf ./lib ./node_modules tsconfig.tsbuildinfo",
1414
"compile": "tsc -b tsconfig.json",
1515
"postpack": "rm -f oclif.manifest.json",

0 commit comments

Comments
 (0)