Skip to content

Commit

Permalink
update: Updated build command
Browse files Browse the repository at this point in the history
  • Loading branch information
sifat009 committed Sep 26, 2024
1 parent 86029c2 commit 67e1d85
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 @@ -15,7 +15,7 @@
"merge-stream": "^2.0.0"
},
"scripts": {
"prebuild": "cd ./assets/reactjs && npm run build && gulp sass",
"prebuild": "cd ./assets/reactjs && npm install && npm run build && gulp sass",
"build": "npm run prebuild && gulp"
},
"repository": {
Expand Down

0 comments on commit 67e1d85

Please sign in to comment.