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:
@@ -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",
|
||||
|
Reference in New Issue
Block a user