Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yuli-ferna committed Dec 11, 2024
1 parent e39a5b2 commit 0de4531
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 @@ -84,7 +84,7 @@
},
"scripts": {
"start": "react-app-rewired start",
"build": "sed -i '' '/enableWorkerThreads/d' node_modules/terser-webpack-plugin/dist/index.js && react-app-rewired build",
"build": "sed -i '/enableWorkerThreads/d' node_modules/terser-webpack-plugin/dist/index.js && react-app-rewired build",
"test": "react-app-rewired test",
"eject": "react-scripts eject",
"format": "npx prettier --write ./src",
Expand Down

0 comments on commit 0de4531

Please sign in to comment.