Skip to content

Commit 842bd1f

Browse files
committed
build: update build scripts
1 parent c475bc0 commit 842bd1f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

nodemon.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
"ignore": [
44
"build",
55
"dist"
6-
]
6+
],
7+
"delay": 2500
78
}

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@
5252
"css-compile": "sass --style expanded --source-map --embed-sources --no-error-css --load-path=node_modules/ src/scss/:dist/css/",
5353
"css-lint": "npm-run-all --continue-on-error --parallel css-lint-*",
5454
"css-lint-stylelint": "stylelint \"**/*.{css,scss}\" --cache --cache-location .cache/.stylelintcache --rd",
55-
"css-lint-vars": "fusv src/scss/",
5655
"css-minify": "cleancss -O1 --format breakWith=lf --with-rebase --source-map --source-map-inline-sources --output dist/css/ --batch --batch-suffix \".min\" \"dist/css/*.css\" \"!dist/css/*.min.css\" \"!dist/css/*rtl*.css\"",
5756
"css-prefix": "postcss --config build/postcss.config.js --replace \"dist/css/*.css\" \"!dist/css/*.min.css\"",
5857
"dist-linkinator": "linkinator dist --recurse --verbosity error",

0 commit comments

Comments
 (0)