Skip to content

Commit

Permalink
Improve dev script
Browse files Browse the repository at this point in the history
  • Loading branch information
LkeMitchll committed Nov 26, 2021
1 parent 75d6601 commit 78989c5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -43,7 +43,8 @@
"build": "npm-run-all -s clean build:*",
"build:eleventy": "eleventy",
"clean": "rm -rf _site",
"dev": "netlify dev",
"dev": "npm-run-all -s clean dev:netlify",
"dev:netlify": "netlify dev",
"dev:eleventy": "eleventy --serve",
"lint": "npm-run-all -s lint:*",
"lint:stylelint": "stylelint ./css",
Expand Down

0 comments on commit 78989c5

Please sign in to comment.