"ts/nni_manager/git@developer.sourcefind.cn:OpenDAS/nni.git" did not exist on "4fae3ed9482e0585bb803cf9cef7ded23928ce2f"
Unverified Commit 9bd9c819 authored by ThatOneCalculator's avatar ThatOneCalculator
Browse files

fix: 🔨 agnostic scripts

parent 08157890
...@@ -8,11 +8,11 @@ ...@@ -8,11 +8,11 @@
"preview": "vite preview", "preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json", "check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch", "check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "bun eslint", "lint": "npm run lint:frontend ; npm run lint:types ; npm run lint:backend",
"lint:types": "bun check", "lint:frontend": "eslint . --fix",
"lint:types": "npm run check",
"lint:backend": "pylint backend/", "lint:backend": "pylint backend/",
"eslint": "eslint . --fix", "format": "prettier --plugin-search-dir --write '**/*.{js,ts,svelte,css,md,html,json}'",
"format": "bun prettier --plugin-search-dir --write '**/*.{js,ts,svelte,css,md,html,json}'",
"format:backend": "yapf --recursive backend -p -i" "format:backend": "yapf --recursive backend -p -i"
}, },
"devDependencies": { "devDependencies": {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment