Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.

Commit

Permalink
Add chokidar eleventy watcher. (#5157)
Browse files Browse the repository at this point in the history
  • Loading branch information
robdodson authored Apr 27, 2021
1 parent 1da9128 commit f80da0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"debug:test:lib": "TEST_MODE=debug npm-run-all clean rollup --parallel watch:rollup karma",
"debug:test:unit": "node --inspect-brk ./node_modules/.bin/mocha ./test/unit",
"deploy": "ELEVENTY_ENV=prod npm run build && node index-algolia.js && firebase deploy --non-interactive",
"dev": "npm-run-all clean rollup gulp --parallel watch:rollup watch:eleventy watch:gulp firebase-config start",
"dev": "npm-run-all clean rollup gulp eleventy --parallel watch:rollup watch:eleventy watch:gulp firebase-config start",
"eleventy": "eleventy --quiet",
"firebase-config": "node firebase-config.js",
"gulp:content": "npx gulp copy-content-assets",
Expand All @@ -43,7 +43,7 @@
"translated": "node ./tools/update-translated/index.js",
"updated": "node ./tools/update-updated/index.js",
"version-check": "node version-check.js",
"watch:eleventy": "eleventy --watch --quiet",
"watch:eleventy": "chokidar \"src/site/**/*\" -c \"npm run eleventy\"",
"watch:gulp": "npx gulp build --silent && gulp watch --silent",
"watch:rollup": "chokidar \"src/lib/**/*.{js,scss}\" --silent -c \"npm run rollup\"",
"watch:test:lib": "TEST_MODE=dev npm-run-all clean rollup --parallel watch:rollup karma"
Expand Down

0 comments on commit f80da0e

Please sign in to comment.