1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-12 18:24:03 +02:00

Minor change to lint:prettier to show error message on failure

This commit is contained in:
Sunny Hirai
2021-03-29 01:36:45 -07:00
parent c4466ea701
commit fe2a23066f

View File

@@ -14,7 +14,7 @@
"fix:prettier": "yarn lint:prettier --write",
"lint": "yarn lint:eslint",
"lint:eslint": "eslint \"./{packages,site}/**/*.{js,jsx,ts,tsx}\"",
"lint:prettier": "prettier --list-different \"**/*.{css,md,js,jsx,json,ts,tsx}\"",
"lint:prettier": "prettier --check \"**/*.{css,md,js,jsx,json,ts,tsx}\"",
"open": "open http://localhost:3000",
"prerelease": "cross-env NODE_ENV=production yarn build:rollup && yarn test && yarn lint",
"release:publish:latext": "lerna publish --force-publish",