Skip to content

Commit

Permalink
Fix build command
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadim Yakhin committed Feb 3, 2022
1 parent eb13237 commit d547474
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"scripts": {
"start": "react-scripts start",
"build-js": "node ./scripts/build-no-chunks.js",
"build": "build-js",
"build": "npm run build-js",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
Expand All @@ -40,4 +40,4 @@
"engines": {
"node": "16.13.0"
}
}
}

0 comments on commit d547474

Please sign in to comment.