Skip to content

Commit

Permalink
update build script to include npm install
Browse files Browse the repository at this point in the history
  • Loading branch information
anovazzi1 committed Jul 24, 2023
1 parent 4f788fa commit e659812
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/build/static/js/bundle.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"scripts": {
"start": "react-scripts start",
"build": "npm run build:react && npm run build:bundle",
"build": "npm install --legacy-peer-deps && npm run build:react && npm run build:bundle",
"build:react": "react-scripts build",
"build:bundle": "webpack --config webpack.config.js",
"test": "react-scripts test",
Expand Down

0 comments on commit e659812

Please sign in to comment.