fix(markdown): correct list item whitespace and indentation
This commit is contained in:
parent
5b138df664
commit
e1033398e9
3 changed files with 6 additions and 4 deletions
|
|
@ -7,7 +7,7 @@
|
|||
"ttsc": "dist/tts.js"
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "pnpm run bundle src/index.ts &>/dev/null && node dist/index.js",
|
||||
"dev": "pnpm run bundle src/index.ts >/dev/null && node dist/index.js",
|
||||
"check": "biome check --write && pnpm run tc",
|
||||
"clean": "rm -rf dist",
|
||||
"build": "pnpm run check && pnpm run bundle --minify src/index.ts && pnpm run bundle --minify src/tts.ts",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue