mirror of
https://github.com/Ocelot-Social-Community/ocelot.social.git
synced 2025-12-12 15:25:58 +00:00
Implement command 'text:lint:fix'
This commit is contained in:
parent
7bfff1d2a1
commit
6927753671
@ -8,7 +8,9 @@
|
||||
"scripts": {
|
||||
"build": "vuepress build 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": {
|
||||
"type": "git",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user