Skip to content

Commit

Permalink
fix(tooling): fixed the demo build (#224)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kesari3008 authored Jul 23, 2024
1 parent 6ac4733 commit 487b698
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"scripts": {
"build": "rollup -c",
"demo:serve": "webpack-dev-server demo/App.jsx --mode development",
"demo:build": "webpack demo/App.jsx --mode production",
"demo:build": "node --openssl-legacy-provider node_modules/webpack/bin/webpack.js demo/App.jsx --mode production",
"release": "semantic-release",
"release:debug": "semantic-release --debug",
"release:dry-run": "semantic-release --dry-run",
Expand Down

0 comments on commit 487b698

Please sign in to comment.