This commit is contained in:
Stephen Zhou
2026-04-14 23:57:40 +08:00
parent eefd9ee6c7
commit 00eeb82e85
2 changed files with 1 additions and 6 deletions

View File

@ -17,9 +17,8 @@ const config: KnipConfig = {
],
ignoreDependencies: [
'@iconify-json/*',
'@storybook/addon-onboarding',
'@dify/cli',
],
/// keep-sorted
rules: {

View File

@ -39,10 +39,6 @@
"lint:fix": "vp run lint --fix",
"lint:quiet": "vp run lint --quiet",
"lint:tss": "tsslint --project tsconfig.json",
"migrate:no-unchecked-indexed-access": "dify-cli no-unchecked-indexed-access migrate",
"migrate:no-unchecked-indexed-access:all": "dify-cli no-unchecked-indexed-access run",
"migrate:no-unchecked-indexed-access:normalize": "dify-cli no-unchecked-indexed-access normalize",
"migrate:no-unchecked-indexed-access:reset": "dify-cli no-unchecked-indexed-access reset",
"preinstall": "npx only-allow pnpm",
"refactor-component": "node ./scripts/refactor-component.js",
"start": "node ./scripts/copy-and-start.mjs",