Skip to content

Commit

Permalink
update predeploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
Nktech-Official committed Oct 8, 2023
1 parent 2d3573b commit db53ece
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 @@ -26,7 +26,7 @@
"workbox-streams": "^6.6.0"
},
"scripts": {
"predeploy": "npm build",
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"start": "react-scripts start",
"build": "react-scripts build"
Expand Down

0 comments on commit db53ece

Please sign in to comment.