Skip to content

Commit

Permalink
Step 5.4: Run the App with settings
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilkisiela authored and dotansimha committed Nov 27, 2016
1 parent e42bc81 commit f75dd60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -2,7 +2,7 @@
"name": "angular2-meteor-base",
"private": true,
"scripts": {
"start": "meteor run",
"start": "meteor run --settings private/settings.json",
"test": "meteor test --driver-package practicalmeteor:mocha",
"test:ci": "meteor test --once --driver-package dispatch:mocha-phantomjs",
"postinstall": "typings i"
Expand Down

0 comments on commit f75dd60

Please sign in to comment.