fix setup script

This commit is contained in:
LouisLam 2021-07-11 18:51:53 +08:00
parent 6bb4f92a5e
commit ae6bc687a0
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ Browse to http://localhost:3001 after started.
```
git clone git@github.com:louislam/uptime-kuma.git
cd uptime-kuma
npm run install
npm run setup
# 1. Try it
npm run start-server

View File

@ -8,7 +8,7 @@
"build": "vite build",
"vite-preview-dist": "vite preview --host",
"build-docker": "docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7 -t louislam/uptime-kuma . --push",
"install": "git checkout 1.0.0 && npm install && npm run build"
"setup": "git checkout 1.0.0 && npm install && npm run build"
},
"dependencies": {
"@popperjs/core": "^2.9.2",