Skip to content

Commit

Permalink
fix build command
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafal Gembalik committed May 19, 2024
1 parent 79c33cf commit f61553a
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 @@ -14,7 +14,7 @@
"scripts": {
"start": "concurrently \"yarn start:manifest-watch\" \"yarn react-scripts start\"",
"start:manifest-watch": "cpx ./src/plugin-manifest.json ./public/ --watch",
"build": "react-scripts build && cpx ./src/plugin-manifest.json ./public/",
"build": "cpx ./src/plugin-manifest.json ./public/ && react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
Expand Down

0 comments on commit f61553a

Please sign in to comment.