From 6ccc19e1d32495d8bc8c56c32ce9a8769d0b40d0 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Sat, 17 May 2025 13:25:40 -0700 Subject: [PATCH] fix(README.md): correct dev commands --- README.md | 6 +++--- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index bdf4eab..61395bf 100644 --- a/README.md +++ b/README.md @@ -17,13 +17,13 @@ To debug and develop php components, run `npm run php`. This will start the PHP ## Commands -- `npm run start`: starts 11ty. -- `npm run start:quick`: starts 11ty a bit quicker (provided it's already been built). +- `npm run start`: primary dev command that runs `watch` and `php` concurrently. +- `npm run start:eleventy`: starts 11ty. +- `npm run start:eleventy:quick`: starts 11ty a bit quicker (provided it's already been built). - `npm run debug`: runs 11ty with additional debug output. - `npm run watch`: watch and update when files change without running the web server. - `npm run build`: builds static site output. - `npm run php`: starts a PHP server for local development. -- `npm run dev`: primary dev command that runs `watch` and `php` concurrently. - `npm run update:deps`: checks for dependency updates and updates 11ty. - `npm run setup`: populates `.env` from 1Password and installs dependencies using `npm` and `composer`. - `npm run clean`: removes the `dist` and `.cache` folders. diff --git a/package-lock.json b/package-lock.json index f4837b3..b18a6fd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "coryd.dev", - "version": "6.0.3", + "version": "6.0.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "coryd.dev", - "version": "6.0.3", + "version": "6.0.4", "license": "MIT", "dependencies": { "html-minifier-terser": "7.2.0", diff --git a/package.json b/package.json index 84db791..d693e19 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "coryd.dev", - "version": "6.0.3", + "version": "6.0.4", "description": "The source for my personal site. Built using 11ty (and other tools).", "type": "module", "engines": {