Skip to content

Commit

Permalink
fix react dev script
Browse files Browse the repository at this point in the history
  • Loading branch information
omeraplak committed May 11, 2021
1 parent 4c34766 commit e0ec209
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "superplate-cli",
"version": "1.1.3",
"version": "1.1.4",
"description": "The frontend boilerplate with superpowers",
"license": "MIT",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion templates/react/_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"web-vitals": "^1.1.1"
},
"scripts": {
"start": "react-scripts start",
"dev": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
Expand Down

0 comments on commit e0ec209

Please sign in to comment.