Skip to content

Commit

Permalink
Merge pull request #1098 from flowforge/zj-faster-builds
Browse files Browse the repository at this point in the history
Make your builds faster with this simple trick!
  • Loading branch information
joepavitt authored Sep 6, 2023
2 parents 6dddecc + 18710ef commit b803f1a
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 @@ -14,7 +14,7 @@
"clean:dev": "cross-env npx del-cli '_site/!(img)' 'src/docs/**/*.md' && cross-env npx mkdirp '_site/js'",
"clean": "cross-env npx del-cli '_site/' && cross-env mkdir -p '_site/js'",
"dev:docs": "node scripts/dirExists ../flowforge/docs && nodemon -w ../flowforge/docs -e md --exec \"npm run docs\" || echo \"docs not found - skipping...\"",
"dev:netlify": "npx netlify dev",
"dev:netlify": "npx netlify dev -c \"cross-env npx @11ty/eleventy --serve --quiet --incremental\"",
"dev:postcss": "cross-env TAILWIND_MODE=watch npx postcss ./src/css/style.css -o ./_site/css/style.css --config ./postcss.config.js -w",
"docs": "node scripts/copy_docs.js",
"old_dev:eleventy": "cross-env NODE_ENV=development ELEVENTY_ENV=development npx @11ty/eleventy --serve --quiet",
Expand Down

0 comments on commit b803f1a

Please sign in to comment.