Skip to content

Commit

Permalink
feat: new scripts for textlint
Browse files Browse the repository at this point in the history
textlint와 관련된 test, docs, lint scripts 추가.
  • Loading branch information
lumirlumir committed Jul 7, 2024
1 parent f7bc9d3 commit c7d0405
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@
"start": "next start",
"postinstall": "patch-package && (is-ci || husky install .husky)",
"check-all": "npm-run-all prettier lint:fix tsc rss",
"rss": "node scripts/generateRss.js"
"rss": "node scripts/generateRss.js",
"textlint-test": "yarn mocha ./textlint/tests/utils && yarn mocha ./textlint/tests/rules",
"textlint-docs": "node ./textlint/generators/genTranslateGlossaryDocs.js",
"textlint-lint": "yarn textlint ./src/content --rulesdir ./textlint/rules -f pretty-error"
},
"dependencies": {
"@codesandbox/sandpack-react": "2.13.5",
Expand Down

0 comments on commit c7d0405

Please sign in to comment.