|
|
|
@ -49,7 +49,7 @@
|
|
|
|
|
"build-docker-nightly-local": "npm run build && docker build -f docker/dockerfile -t louislam/uptime-kuma:nightly2 --target nightly .",
|
|
|
|
|
"build-docker-pr-test": "docker buildx build -f docker/dockerfile --platform linux/amd64,linux/arm64 -t louislam/uptime-kuma:pr-test2 --target pr-test2 . --push",
|
|
|
|
|
"upload-artifacts": "docker buildx build -f docker/dockerfile --platform linux/amd64 -t louislam/uptime-kuma:upload-artifact --build-arg VERSION --build-arg GITHUB_TOKEN --target upload-artifact . --progress plain",
|
|
|
|
|
"setup": "git checkout 1.23.10 && npm ci --production && npm run download-dist",
|
|
|
|
|
"setup": "git checkout 1.23.11 && npm ci --production && npm run download-dist",
|
|
|
|
|
"download-dist": "node extra/download-dist.js",
|
|
|
|
|
"mark-as-nightly": "node extra/mark-as-nightly.js",
|
|
|
|
|
"reset-password": "node extra/reset-password.js",
|
|
|
|
|