Skip to content

Commit

Permalink
Escapquotes around stylelint file argument (#315)
Browse files Browse the repository at this point in the history
  • Loading branch information
wipfli authored Sep 5, 2021
1 parent db81176 commit 14897b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@
"diff-tarball": "node build/diff-tarball.js",
"lint": "eslint --ext \".ts,.js,.html\" --ignore-path .gitignore src build debug/*.html",
"lint-docs": "documentation lint src/index.ts",
"lint-css": "stylelint 'src/css/maplibre-gl.css'",
"lint-css": "stylelint \"src/css/maplibre-gl.css\"",
"test": "run-s lint lint-css lint-docs test-unit",
"test-suite": "run-s test-render test-query test-expressions",
"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",
Expand Down

0 comments on commit 14897b7

Please sign in to comment.