|
@@ -122,7 +122,7 @@
|
|
|
"dev:with-companion": "npm-run-all --parallel start:companion dev",
|
|
|
"dev": "yarn workspace @uppy-dev/dev dev",
|
|
|
"lint:fix": "yarn run lint -- --fix",
|
|
|
- "lint:markdown": "remark -f -q . -i .remarkignore",
|
|
|
+ "lint:markdown": "remark -f -q -i .remarkignore . .github/CONTRIBUTING.md",
|
|
|
"lint:staged": "lint-staged",
|
|
|
"lint:css": "stylelint ./packages/**/*.scss",
|
|
|
"lint:css:fix": "stylelint ./packages/**/*.scss --fix",
|