Skip to content

Commit

Permalink
build: remove unwanted parallel and image-min for dev server (#15986)
Browse files Browse the repository at this point in the history
* fix: build commands

* build: remove images in dev server
  • Loading branch information
harish-sethuraman committed Jun 16, 2022
1 parent 4871047 commit ed49f15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/package.json
Expand Up @@ -14,8 +14,8 @@
"watch:eleventy": "eleventy --serve --port=2023",
"build:sass": "sass --style=compressed src/assets/scss:src/assets/css --no-source-map",
"build:eleventy": "npx @11ty/eleventy",
"start": "npm-run-all build:sass --parallel watch:* --parallel images",
"build": "npm-run-all build:sass --parallel build:* --parallel images"
"start": "npm-run-all build:sass --parallel watch:*",
"build": "npm-run-all build:sass build:eleventy images"
},
"devDependencies": {
"@11ty/eleventy": "^1.0.1",
Expand Down

0 comments on commit ed49f15

Please sign in to comment.