mirror of
https://github.com/warp-tech/warpgate.git
synced 2025-02-24 15:35:48 +08:00
added svelte-check to lint
This commit is contained in:
parent
8f2f4f828b
commit
e421704799
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
"watch": "vite build -w --mode development --minify false",
|
||||
"preview": "vite preview",
|
||||
"check": "svelte-check --tsconfig ./tsconfig.json",
|
||||
"lint": "eslint src",
|
||||
"lint": "eslint src && svelte-check",
|
||||
"postinstall": "yarn run openapi-client",
|
||||
"openapi-schema": "curl http://localhost:8888/api/openapi.json > openapi-schema.json",
|
||||
"openapi-client": "openapi-generator-cli generate -g typescript-fetch -i openapi-schema.json -o api-client -p npmName=warpgate-api-client -p useSingleRequestParameter=true && cd api-client && npm i && npm run build",
|
||||
|
|
Loading…
Reference in a new issue