|
@ -28,6 +28,7 @@ |
|
|
"build-docker-nightly": "docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7 -t louislam/uptime-kuma:nightly --target nightly . --push", |
|
|
"build-docker-nightly": "docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7 -t louislam/uptime-kuma:nightly --target nightly . --push", |
|
|
"build-docker-nightly-alpine": "docker buildx build -f dockerfile-alpine --platform linux/amd64,linux/arm64,linux/arm/v7 -t louislam/uptime-kuma:nightly-alpine --target nightly . --push", |
|
|
"build-docker-nightly-alpine": "docker buildx build -f dockerfile-alpine --platform linux/amd64,linux/arm64,linux/arm/v7 -t louislam/uptime-kuma:nightly-alpine --target nightly . --push", |
|
|
"build-docker-nightly-amd64": "docker buildx build --platform linux/amd64 -t louislam/uptime-kuma:nightly-amd64 --target nightly . --push --progress plain", |
|
|
"build-docker-nightly-amd64": "docker buildx build --platform linux/amd64 -t louislam/uptime-kuma:nightly-amd64 --target nightly . --push --progress plain", |
|
|
|
|
|
"upload-artifacts": "docker buildx build --platform linux/amd64 -t louislam/uptime-kuma:upload-artifact --build-arg GITHUB_TOKEN --target upload-artifact . --progress plain", |
|
|
"setup": "git checkout 1.7.2 && npm install --legacy-peer-deps && node node_modules/esbuild/install.js && npm run build && npm prune", |
|
|
"setup": "git checkout 1.7.2 && npm install --legacy-peer-deps && node node_modules/esbuild/install.js && npm run build && npm prune", |
|
|
"update-version": "node extra/update-version.js", |
|
|
"update-version": "node extra/update-version.js", |
|
|
"mark-as-nightly": "node extra/mark-as-nightly.js", |
|
|
"mark-as-nightly": "node extra/mark-as-nightly.js", |
|
@ -103,6 +104,6 @@ |
|
|
"stylelint": "^13.13.1", |
|
|
"stylelint": "^13.13.1", |
|
|
"stylelint-config-standard": "^22.0.0", |
|
|
"stylelint-config-standard": "^22.0.0", |
|
|
"typescript": "^4.4.3", |
|
|
"typescript": "^4.4.3", |
|
|
"vite": "^2.5.10" |
|
|
"vite": "2.5.*" |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|