mirror of
https://github.com/unraid/api.git
synced 2025-12-31 21:49:57 -06:00
fix: re-add type-check
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
"lint:fix": "eslint . --fix",
|
"lint:fix": "eslint . --fix",
|
||||||
"type-check": "nuxi typecheck",
|
"type-check": "nuxi typecheck",
|
||||||
"prebuild:dev": "./scripts/prebuild-webgui-set-env.sh .env.staging",
|
"prebuild:dev": "./scripts/prebuild-webgui-set-env.sh .env.staging",
|
||||||
"build:dev": "nuxt build && npm run manifest-ts && npm run deploy-to-unraid:dev",
|
"build:dev": "npm run type-check && nuxt build && npm run manifest-ts && npm run deploy-to-unraid:dev",
|
||||||
"postbuild:dev": "./scripts/postbuild-webgui-restore-env.sh",
|
"postbuild:dev": "./scripts/postbuild-webgui-restore-env.sh",
|
||||||
"prebuild:webgui": "./scripts/prebuild-webgui-set-env.sh",
|
"prebuild:webgui": "./scripts/prebuild-webgui-set-env.sh",
|
||||||
"build:webgui": "npm run type-check && nuxt build && npm run manifest-ts && npm run copy-to-webgui-repo",
|
"build:webgui": "npm run type-check && nuxt build && npm run manifest-ts && npm run copy-to-webgui-repo",
|
||||||
|
|||||||
Reference in New Issue
Block a user