Fixed prettier issue (#15471)

Fixed prettier CI issue that caused build failures
This commit is contained in:
Torkel Ödegaard
2019-02-16 15:45:19 +01:00
committed by GitHub
parent 1adc1a6097
commit 2d5fd7fdfd
3 changed files with 33 additions and 16 deletions
+1 -1
View File
@@ -121,7 +121,7 @@
"jest": "jest --notify --watch",
"api-tests": "jest --notify --watch --config=tests/api/jest.js",
"storybook": "cd packages/grafana-ui && yarn storybook",
"prettier:check": "prettier -- --list-different \"**/*.{ts,tsx,scss}\""
"prettier:check": "prettier --list-different \"**/*.{ts,tsx,scss}\""
},
"husky": {
"hooks": {