Compare commits
5 Commits
ec0ee096b9
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| 1390d8915e | |||
| d31443bd44 | |||
| 41d9132858 | |||
| 36b3388151 | |||
| 7f948f07f2 |
@@ -23,19 +23,8 @@ jobs:
|
||||
corepack enable
|
||||
corepack prepare pnpm@10 --activate
|
||||
|
||||
- name: Resolve pnpm store path
|
||||
id: pnpm-store
|
||||
run: echo "path=$(pnpm store path --silent)" >> $GITHUB_OUTPUT
|
||||
|
||||
- name: Cache pnpm store
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: ${{ steps.pnpm-store.outputs.path }}
|
||||
key: pnpm-${{ hashFiles('pnpm-lock.yaml') }}
|
||||
restore-keys: pnpm-
|
||||
|
||||
- name: Install dependencies
|
||||
run: pnpm install --frozen-lockfile --prefer-offline
|
||||
run: pnpm install --frozen-lockfile --store-dir=/var/cache/pnpm-store
|
||||
|
||||
- name: Verify Vercel credentials
|
||||
run: |
|
||||
@@ -44,4 +33,4 @@ jobs:
|
||||
}
|
||||
|
||||
- name: Deploy
|
||||
run: npx vercel deploy --prod --yes
|
||||
run: pnpm exec vercel deploy --prod --yes
|
||||
@@ -29,6 +29,7 @@
|
||||
"eslint": "^9",
|
||||
"eslint-config-next": "16.2.4",
|
||||
"tailwindcss": "^4",
|
||||
"typescript": "^5"
|
||||
"typescript": "^5",
|
||||
"vercel": "^52.2.1"
|
||||
}
|
||||
}
|
||||
|
||||
2552
pnpm-lock.yaml
generated
2552
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@@ -9,7 +9,7 @@ import type { Metadata } from "next";
|
||||
export const metadata: Metadata = {
|
||||
title: "About",
|
||||
description:
|
||||
"Chris Smith — solo PHP developer running Five Devs, LLC out of Henderson, NV. Fifteen years of shipping the unglamorous parts of e-commerce and logistics.",
|
||||
"Chris Smith — solo PHP developer running Five Devs, LLC from my home office. Fifteen years of shipping the unglamorous parts of e-commerce and logistics.",
|
||||
};
|
||||
|
||||
export default function AboutPage() {
|
||||
@@ -26,7 +26,7 @@ export default function AboutPage() {
|
||||
<p className="text-xl leading-relaxed">
|
||||
I’ve been writing PHP since 2010 and running{" "}
|
||||
<strong className="text-ink">Five Devs, LLC</strong> for years
|
||||
out of Henderson, Nevada. Before Five Devs I ran CGSmith LLC,
|
||||
from my home office. Before Five Devs I ran CGSmith LLC,
|
||||
doing more or less the same work under a different name.
|
||||
</p>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user