mirror of
https://github.com/LukeHagar/redocly-cli.git
synced 2025-12-06 04:21:09 +00:00
chore: adjust the clean command and remove redundant changeset (#1343)
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"@redocly/cli": patch
|
||||
---
|
||||
|
||||
Support standalone docs development to facilitate more contributors, add docs quality checks to CI.
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user