Skip to content

Commit 0a3ce13

Browse files
committed
Added copy command to renderer build.
1 parent 231ed86 commit 0a3ce13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-form-renderer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"license": "Apache-2.0",
1111
"scripts": {
1212
"start": "webpack-dev-server --env dev --config ./config/webpack.config.js --open --hot",
13-
"build": "rollup -c ./rollup.config.js",
13+
"build": "rollup -c ./rollup.config.js && yarn build:typings",
1414
"build:typings": "node ../../scripts/copy-files.js",
1515
"release": "semantic-release"
1616
},

0 commit comments

Comments
 (0)