Tools: Fix the start command for new theme

This commit is contained in:
Kelly Dwan 2024-08-27 21:24:12 -04:00
parent dce9266b8c
commit 215af418b4
No known key found for this signature in database
GPG key ID: 8BA5575F3D11575D

View file

@ -15,7 +15,7 @@
"build:old-theme": "npm run build --workspace=wporg-5ftf",
"start:old-theme": "npm run watch --workspace=wporg-5ftf",
"build:theme": "npm run build --workspace=wporg-5ftf-2024",
"start:theme": "npm run watch --workspace=wporg-5ftf-2024",
"start:theme": "npm run start --workspace=wporg-5ftf-2024",
"update:tools": "composer update && TEXTDOMAIN=wporg-5ftf composer exec update-configs",
"wp-env": "wp-env",
"lint:php": "composer lint ./themes/wporg-5ftf ./themes/wporg-5ftf-2024 ./plugins/wporg-5ftf",