.
This commit is contained in:
@@ -86,7 +86,7 @@ Install the website dependencies and build the static site:
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
cd /var/www/novarix.uk
|
cd /var/www/novarix.uk
|
||||||
npm ci
|
npm install --no-audit --no-fund
|
||||||
npm run build
|
npm run build
|
||||||
```
|
```
|
||||||
|
|
||||||
@@ -131,7 +131,7 @@ The deploy script does this:
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
git pull origin main
|
git pull origin main
|
||||||
npm ci
|
npm install --no-audit --no-fund
|
||||||
npm run build
|
npm run build
|
||||||
sudo nginx -t
|
sudo nginx -t
|
||||||
sudo systemctl reload nginx
|
sudo systemctl reload nginx
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ echo "==> Pulling latest from Gitea"
|
|||||||
git pull origin main
|
git pull origin main
|
||||||
|
|
||||||
echo "==> Installing dependencies"
|
echo "==> Installing dependencies"
|
||||||
npm ci
|
npm install --no-audit --no-fund
|
||||||
|
|
||||||
echo "==> Building static site into out/"
|
echo "==> Building static site into out/"
|
||||||
npm run build
|
npm run build
|
||||||
|
|||||||
Generated
-6613
File diff suppressed because it is too large
Load Diff
+2
-2
@@ -10,7 +10,7 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"lottie-react": "^2.4.1",
|
"lottie-react": "^2.4.1",
|
||||||
"next": "16.1.6",
|
"next": "^16.2.4",
|
||||||
"react": "19.2.3",
|
"react": "19.2.3",
|
||||||
"react-dom": "19.2.3"
|
"react-dom": "19.2.3"
|
||||||
},
|
},
|
||||||
@@ -20,7 +20,7 @@
|
|||||||
"@types/react": "^19",
|
"@types/react": "^19",
|
||||||
"@types/react-dom": "^19",
|
"@types/react-dom": "^19",
|
||||||
"eslint": "^9",
|
"eslint": "^9",
|
||||||
"eslint-config-next": "16.1.6",
|
"eslint-config-next": "^16.2.4",
|
||||||
"tailwindcss": "^4",
|
"tailwindcss": "^4",
|
||||||
"typescript": "^5"
|
"typescript": "^5"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user