diff --git a/public_html/wp-content/themes/wporg-events-2023/package.json b/public_html/wp-content/themes/wporg-events-2023/package.json index 6eb0537c3c..692b558d69 100644 --- a/public_html/wp-content/themes/wporg-events-2023/package.json +++ b/public_html/wp-content/themes/wporg-events-2023/package.json @@ -12,6 +12,7 @@ }, "scripts": { "watch": "npm run build -- --watch", - "build": "postcss postcss/style.pcss --output style.css" + "build": "postcss postcss/style.pcss --output style.css", + "lint:js": "test 1" } }