Skip to content

Commit

Permalink
remove incremental flag
Browse files Browse the repository at this point in the history
  • Loading branch information
markdboyd committed Aug 1, 2024
1 parent 13c2ebf commit 3596c09
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 @@ -3,7 +3,7 @@
"version": "1.3.0",
"scripts": {
"start": "bundle install && run-p watch:* watch:static:*",
"watch:jekyll": "bundle exec jekyll serve --incremental",
"watch:jekyll": "bundle exec jekyll serve",
"watch:static:js": "npx copy-and-watch --watch _assets/js/* assets/js",
"watch:static:docs": "parcel watch --no-hmr _assets/documents/* --dist-dir assets/documents",
"watch:css": "parcel watch --no-hmr _assets/css/styles.scss --dist-dir assets/css",
Expand Down

0 comments on commit 3596c09

Please sign in to comment.