chore(package.json): remove unnecessary commands
This commit is contained in:
parent
7111b8d223
commit
862c8e1c7f
3 changed files with 9 additions and 19 deletions
15
package.json
15
package.json
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "coryd.dev",
|
||||
"version": "9.0.1",
|
||||
"version": "9.0.3",
|
||||
"description": "The source for my personal site. Built using 11ty (and other tools).",
|
||||
"type": "module",
|
||||
"engines": {
|
||||
|
@ -8,18 +8,13 @@
|
|||
},
|
||||
"scripts": {
|
||||
"start": "concurrently -k -n 11ty,PHP -c cyan,magenta \"npm run watch\" \"npm run php\"",
|
||||
"start:eleventy": "eleventy --serve",
|
||||
"start:eleventy:quick": "eleventy --serve --incremental --ignore-initial",
|
||||
"debug": "DEBUG=Eleventy* npx @11ty/eleventy --serve",
|
||||
"watch": "eleventy --watch",
|
||||
"build": "eleventy",
|
||||
"php": "export $(grep -v '^#' .env | xargs) && php -d error_reporting=E_ALL^E_DEPRECATED -S localhost:8080 -t dist",
|
||||
"update:deps": "composer update && npm upgrade && npm --prefix cli upgrade && ncu && ncu --cwd cli",
|
||||
"setup": "sh ./scripts/setup.sh",
|
||||
"setup:deploy": "sh ./scripts/setup.sh --deploy",
|
||||
"build": "eleventy",
|
||||
"clean": "rimraf dist .cache",
|
||||
"clean:cache": "rimraf .cache",
|
||||
"clean:dist": "rimraf dist"
|
||||
"update": "composer update && npm upgrade && npm --prefix cli upgrade && ncu && ncu --cwd cli",
|
||||
"setup": "sh ./scripts/setup.sh",
|
||||
"setup:deploy": "sh ./scripts/setup.sh --deploy"
|
||||
},
|
||||
"keywords": [
|
||||
"11ty",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue