From 299041bbcb9a8f465637728eb199aa61c6c7012c Mon Sep 17 00:00:00 2001 From: Torben Lundsgaard Date: Mon, 16 Oct 2023 15:57:24 +0200 Subject: [PATCH] Fix path --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4d7293b..f49745d 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "lint:css": "wp-scripts lint-style", "lint:js": "wp-scripts lint-js ./src/js", "lint:js-fix": "wp-scripts lint-js ./src/js --fix", - "watch": "wp-scripts start src/js/frontend/woocommerce-blocks.js --output-path=build/frontend", + "watch": "wp-scripts start src/js/frontend/woocommerce-blocks.js --output-path=assets/frontend", "watch:tailwind": "npx tailwindcss -i ./src/scss/tailwind.scss -o ./src/scss/_tailwind-compiled.scss --watch", "audit:prod": "npm audit --omit=dev", "lint:pkg-json": "wp-scripts lint-pkg-json",