Skip to content

Commit

Permalink
Merge pull request #123 from MattPereira/fix-collection-reload
Browse files Browse the repository at this point in the history
Fix server not showing changes to collections on localhost
  • Loading branch information
MattPereira authored Jun 22, 2023
2 parents e92fc0e + 1ff6783 commit 782a250
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 @@ -5,7 +5,7 @@
"description": "Home of GitHub Satellite",
"main": "index.js",
"scripts": {
"start": "bundle exec jekyll serve --incremental --livereload",
"start": "bundle exec jekyll serve --livereload",
"test": "npx stylelint 'assets/**/*.scss' --config .github/linters/.stylelintrc --ignore-path .github/linters/.stylelintignore"
},
"repository": {
Expand Down

0 comments on commit 782a250

Please sign in to comment.