Fix stylelint on Windows (#8132)

pull/21833/head
Travis Ralston 2022-03-23 12:23:35 -06:00 committed by GitHub
parent 39a08e1f4f
commit f92fcb7945
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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"