diff --git a/package.json b/package.json index ab2b654a90..c3f8207018 100644 --- a/package.json +++ b/package.json @@ -37,10 +37,10 @@ }, "scripts": { "watch": "node-sass sass/ -o ./ --source-map true --output-style expanded --indent-type tab --indent-width 1 -w", - "compile:css": "node-sass sass/ -o ./ && stylelint '*.css' --fix || true && stylelint '*.css' --fix", + "compile:css": "node-sass sass/ -o ./ && stylelint \"*.css\" --fix || true && stylelint \"*.css\" --fix", "compile:rtl": "rtlcss style.css style-rtl.css", - "lint:scss": "wp-scripts lint-style 'sass/**/*.scss'", - "lint:js": "wp-scripts lint-js 'js/*.js'", + "lint:scss": "wp-scripts lint-style \"sass/**/*.scss\"", + "lint:js": "wp-scripts lint-js \"js/*.js\"", "bundle": "dir-archiver --src . --dest ../_s.zip --exclude .DS_Store .stylelintrc.json .eslintrc .git .gitattributes .github .gitignore README.md composer.json composer.lock node_modules vendor package-lock.json package.json .travis.yml phpcs.xml.dist sass style.css.map" } }