File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments