Skip to content

Commit

Permalink
Install dependencies on 'yarn develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
szimek committed Sep 17, 2020
1 parent 6ca8903 commit d63ab53
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 @@ -16,7 +16,7 @@
"scripts": {
"build": "ember build --environment=production",
"lint": "npm-run-all --aggregate-output --continue-on-error --parallel lint:*",
"develop": "nf --procfile=Procfile.dev start",
"develop": "yarn install --frozen-lockfile && nf --procfile=Procfile.dev start",
"lint:hbs": "ember-template-lint .",
"lint:js": "eslint .",
"start": "ember serve",
Expand Down

0 comments on commit d63ab53

Please sign in to comment.