Skip to content

Commit cbe47b7

Browse files
authored
Merge pull request #480 from ducks/yarn-run-add-dashes-479
adding dashes to yarn run commands to pass extra args
2 parents d07616d + fdac255 commit cbe47b7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
"scripts": {
1010
"build": "yarn run ember build",
1111
"start": "yarn run ember server",
12-
"start:local": "yarn run ember server --proxy http://127.0.0.1:8888",
13-
"start:staging": "yarn run ember server --proxy https://staging-crates-io.herokuapp.com",
14-
"start:live": "yarn run ember server --proxy https://crates.io",
12+
"start:local": "yarn run ember server -- --proxy http://127.0.0.1:8888",
13+
"start:staging": "yarn run ember server -- --proxy https://staging-crates-io.herokuapp.com",
14+
"start:live": "yarn run ember server -- --proxy https://crates.io",
1515
"test": "yarn run ember test",
1616
"ember": "ember"
1717
},

0 commit comments

Comments
 (0)