File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
packages/pf4-component-mapper Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 4
4
"description" : " Starter pf4-component-mapper for data-driven-forms." ,
5
5
"main" : " dist/cjs/index.js" ,
6
6
"module" : " dist/esm/index.js" ,
7
+ "typings" : " dist/cjs/index.d.ts" ,
7
8
"files" : [
8
9
" dist/"
9
10
],
10
11
"license" : " Apache-2.0" ,
11
12
"scripts" : {
12
13
"start" : " webpack-dev-server --env dev --config ./config/webpack.config.js --open --hot" ,
13
- "build" : " yarn build:cjs && yarn build:esm && yarn build:umd" ,
14
+ "build" : " yarn build:cjs && yarn build:esm && yarn build:umd && yarn build:typings " ,
14
15
"build:cjs" : " BABEL_ENV=cjs rollup -c ./rollup.config.js --format=cjs --environment FORMAT:cjs" ,
15
16
"build:esm" : " BABEL_ENV=esm rollup -c ./rollup.config.js --format=esm --environment FORMAT:esm" ,
16
17
"build:umd" : " rollup -c ./rollup.config.js --format=umd --environment FORMAT:umd" ,
18
+ "build:typings" : " node ../../scripts/copy-files.js" ,
17
19
"release" : " semantic-release"
18
20
},
19
21
"repository" :
" [email protected] :data-driven-forms/react-forms.git" ,
You can’t perform that action at this time.
0 commit comments