Skip to content

Commit 14897b7

Browse files
authored
Escapquotes around stylelint file argument (#315)
1 parent db81176 commit 14897b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@
182182
"diff-tarball": "node build/diff-tarball.js",
183183
"lint": "eslint --ext \".ts,.js,.html\" --ignore-path .gitignore src build debug/*.html",
184184
"lint-docs": "documentation lint src/index.ts",
185-
"lint-css": "stylelint 'src/css/maplibre-gl.css'",
185+
"lint-css": "stylelint \"src/css/maplibre-gl.css\"",
186186
"test": "run-s lint lint-css lint-docs test-unit",
187187
"test-suite": "run-s test-render test-query test-expressions",
188188
"test-suite-clean": "find test/integration/{render,query, expressions}-tests -mindepth 2 -type d -exec test -e \"{}/actual.png\" \\; -not \\( -exec test -e \"{}/style.json\" \\; \\) -print | xargs -t rm -r",

0 commit comments

Comments
 (0)