Skip to content

Commit 3a80288

Browse files
committed
make start:ui appear as a refinement to start, rather then an entirely disjoint command.
1 parent ec9091b commit 3a80288

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ which enables tweaking the UI of the site without actually having the server
1717
running locally. To get up and running with just the UI, run:
1818

1919
```
20-
npm run startui
20+
npm run start:ui
2121
```
2222

2323
This will give you a local server to browse while using the staging backend

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"scripts": {
1010
"start": "ember server",
11-
"startui": "ember server --proxy https://staging-crates-io.herokuapp.com",
11+
"start:ui": "ember server --proxy https://staging-crates-io.herokuapp.com",
1212
"build": "ember build",
1313
"test": "ember test"
1414
},

0 commit comments

Comments
 (0)