Skip to content

Commit

Permalink
Merge pull request #224 from alphagov/fix-heroku
Browse files Browse the repository at this point in the history
Fixes npm heroku task to show code examples
  • Loading branch information
gemmaleigh authored Sep 12, 2017
2 parents dd0bd6b + 1d8608e commit 5cadd1a
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": {
"start": "gulp dev --destination 'public'",
"test": "standard && gulp test",
"heroku": "gulp copy-assets --destination 'public' && node app.js"
"heroku": "gulp compile:components --destination 'public' && gulp copy-assets --destination 'public' && node app.js"
},
"devDependencies": {
"autoprefixer": "^7.1.1",
Expand Down

0 comments on commit 5cadd1a

Please sign in to comment.