mirror of
https://github.com/Ocelot-Social-Community/ocelot.social.git
synced 2025-12-13 07:46:08 +00:00
Implement command 'text:lint:fix'
This commit is contained in:
parent
7bfff1d2a1
commit
6927753671
@ -8,7 +8,9 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "vuepress build docs",
|
"build": "vuepress build docs",
|
||||||
"dev": "vuepress dev docs",
|
"dev": "vuepress dev docs",
|
||||||
"test": "textlint \"*.md\" \"docs/**/*.md\""
|
"test": "npm run test:lint",
|
||||||
|
"test:lint": "textlint \"*.md\" \"docs/**/*.md\"",
|
||||||
|
"test:lint:fix": "textlint \"*.md\" \"docs/**/*.md\" --fix"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user