chore: adjust the clean command and remove redundant changeset (#1343)

This commit is contained in:
Andrew Tatomyr
2023-11-28 14:42:20 +02:00
committed by GitHub
parent c6831826d4
commit 4497e75ef6
2 changed files with 1 additions and 6 deletions

View File

@@ -1,5 +0,0 @@
---
"@redocly/cli": patch
---
Support standalone docs development to facilitate more contributors, add docs quality checks to CI.

View File

@@ -19,7 +19,7 @@
"prettier": "npx prettier --write \"**/*.{ts,js,yaml,json,md}\"",
"prettier:check": "npx prettier --check \"**/*.{ts,js,yaml,json,md}\"",
"eslint": "eslint packages/**",
"clean": "rm -rf packages/**/lib packages/**/node_modules packages/**/*.tsbuildinfo package-lock.json node_modules",
"clean": "rm -rf packages/**/lib packages/**/node_modules packages/**/*.tsbuildinfo package-lock.json node_modules dist",
"watch": "tsc -b tsconfig.build.json --watch ",
"compile": "tsc -b tsconfig.build.json",
"prepare": "npm run compile",