Skip to content
This repository has been archived by the owner on Jul 22, 2020. It is now read-only.

Commit

Permalink
fix: rename script from serve to serve:ui
Browse files Browse the repository at this point in the history
  • Loading branch information
mvines committed Feb 17, 2019
1 parent e47890a commit 34d448a
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 @@ -62,7 +62,7 @@
"re": "semantic-release --repository-url [email protected]:solana-labs/blockexplorer.git",
"start:api": "set -ex; redis-cli ping; babel-node --presets env api/api.js",
"start:ui": "react-scripts start",
"serve": "serve -l 80 -s build",
"serve:ui": "serve -l 80 -s build",
"test:ui": "react-scripts test"
},
"files": [
Expand Down

0 comments on commit 34d448a

Please sign in to comment.