mirror of
https://github.com/unraid/api.git
synced 2026-01-01 22:20:05 -06:00
chore: rename web component deploy script
This commit is contained in:
@@ -3,9 +3,9 @@
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"build": "npm run type-check && nuxt build",
|
||||
"build:dev": "npm run lint && npm run type-check && nuxt build && npm run deploy:dev",
|
||||
"build:dev": "npm run lint && npm run type-check && nuxt build && npm run deploy-wc:dev",
|
||||
"build:webgui": "npm run lint && npm run type-check && nuxt build && npm run copy-to-webgui",
|
||||
"deploy:dev": "./scripts/deploy-dev.sh",
|
||||
"deploy-wc:dev": "./scripts/deploy-dev.sh",
|
||||
"copy-to-webgui": "./scripts/copy-to-webgui-repo.sh",
|
||||
"dev": "nuxt dev",
|
||||
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix",
|
||||
|
||||
Reference in New Issue
Block a user