diff --git a/package.json b/package.json index b003298f54..ab85c03ea8 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "lint:js": "eslint --max-warnings 0 src test", "lint:js-fix": "eslint --fix src test", "lint:types": "tsc --noEmit --jsx react", - "lint:style": "stylelint 'res/css/**/*.scss'", + "lint:style": "stylelint \"res/css/**/*.scss\"", "test": "jest", "test:e2e": "./test/end-to-end-tests/run.sh --app-url http://localhost:8080", "coverage": "yarn test --coverage"