Skip to content

Commit

Permalink
Rename deploy-demos script to deploy for consistency in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Riyad-Arafat committed Dec 1, 2024
1 parent e0d7c2b commit 550e658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"deploy-demos": "gh-pages -d build"
"deploy": "gh-pages -d build"
},
"browserslist": {
"production": [
Expand Down

0 comments on commit 550e658

Please sign in to comment.