File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
blueprint-component-mapper
mui-component-mapper/src/files
pf4-component-mapper/src/files Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11
11
"license" : " Apache-2.0" ,
12
12
"scripts" : {
13
13
"start" : " webpack-dev-server --env dev --config ./config/webpack.config.js --open --hot" ,
14
- "build" : " yarn build:cjs && yarn build:esm && yarn build:umd" ,
14
+ "build" : " yarn build:cjs && yarn build:esm && yarn build:umd && yarn build:typings " ,
15
15
"build:cjs" : " BABEL_ENV=cjs rollup -c ./rollup.config.js --format=cjs --environment FORMAT:cjs" ,
16
16
"build:esm" : " BABEL_ENV=esm rollup -c ./rollup.config.js --format=esm --environment FORMAT:esm" ,
17
17
"build:umd" : " rollup -c ./rollup.config.js --format=umd --environment FORMAT:umd" ,
Original file line number Diff line number Diff line change @@ -36,6 +36,6 @@ interface componentMapper {
36
36
37
37
declare const componentMapper : componentMapper ;
38
38
39
- export const Components : Components ;
39
+ export const Components : components ;
40
40
41
41
export default componentMapper ;
Original file line number Diff line number Diff line change @@ -42,6 +42,6 @@ export const rawComponents: RawComponents;
42
42
43
43
declare const componentMapper : componentMapper ;
44
44
45
- export const Components : Components ;
45
+ export const components : Components ;
46
46
47
47
export default componentMapper ;
You can’t perform that action at this time.
0 commit comments