We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 231ed86 commit 0a3ce13Copy full SHA for 0a3ce13
packages/react-form-renderer/package.json
@@ -10,7 +10,7 @@
10
"license": "Apache-2.0",
11
"scripts": {
12
"start": "webpack-dev-server --env dev --config ./config/webpack.config.js --open --hot",
13
- "build": "rollup -c ./rollup.config.js",
+ "build": "rollup -c ./rollup.config.js && yarn build:typings",
14
"build:typings": "node ../../scripts/copy-files.js",
15
"release": "semantic-release"
16
},
0 commit comments