chore(package.json): remove unnecessary commands
This commit is contained in:
parent
7111b8d223
commit
240d3b8774
3 changed files with 8 additions and 18 deletions
|
@ -33,16 +33,11 @@ This will run `eleventy --watch` and the PHP cli concurrently, allowing for an e
|
|||
## Commands
|
||||
|
||||
- `coryd run start`: primary dev command that runs `watch` and `php` concurrently.
|
||||
- `coryd run start:eleventy`: starts 11ty.
|
||||
- `coryd run start:eleventy:quick`: starts 11ty a bit quicker (provided it's already been built).
|
||||
- `coryd run debug`: runs 11ty with additional debug output.
|
||||
- `coryd run watch`: watch and update when files change without running the web server.
|
||||
- `coryd run build`: builds static site output.
|
||||
- `coryd run php`: starts a PHP server for local development.
|
||||
- `coryd run update:deps`: checks for dependency updates and updates 11ty.
|
||||
- `coryd run build`: builds static site output.
|
||||
- `coryd run update`: checks for dependency updates and updates 11ty.
|
||||
- `coryd run clean`: removes the `dist` and `.cache` folders.
|
||||
- `coryd run clean:cache`: removes the `.cache` folder.
|
||||
- `coryd run clean:dist`: removes the `dist` folder.
|
||||
|
||||
## Required environment variables
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue