From 5668e8e17f0fac118ebe72ddc8aa364ad26754db Mon Sep 17 00:00:00 2001 From: Amnesty AM <37809410+AmnestyAM@users.noreply.github.com> Date: Tue, 3 Dec 2024 16:07:18 +0000 Subject: [PATCH] Update package.json --- private/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/private/package.json b/private/package.json index 56ed7268..20bdc67c 100644 --- a/private/package.json +++ b/private/package.json @@ -17,7 +17,7 @@ "lint:styles": "stylelint \"src/**/*.scss\"", "lint": "yarn lint:scripts; yarn lint:styles", "env": "yarn dlx @wordpress/env", - "build:css": "webpack --config private/webpack.config.js --env entry=style" + "build:css": "webpack --config webpack.config.js --env entry=style" }, "devDependencies": { "@babel/cli": "^7.16.0",