From adf07a0c693b0321cd43ca64d4ecfefd806697a2 Mon Sep 17 00:00:00 2001 From: Chris Wedgwood Date: Sun, 10 Aug 2025 08:27:05 +0100 Subject: [PATCH] heroku post build --- theme/static_src/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/theme/static_src/package.json b/theme/static_src/package.json index b28d3d0f..0d70fe35 100644 --- a/theme/static_src/package.json +++ b/theme/static_src/package.json @@ -7,7 +7,8 @@ "build": "npm run build:clean && npm run build:tailwind", "build:clean": "rimraf ../static/css/dist", "build:tailwind": "cross-env NODE_ENV=production postcss ./src/styles.css -o ../static/css/dist/styles.css --minify", - "dev": "cross-env NODE_ENV=development postcss ./src/styles.css -o ../static/css/dist/styles.css --watch" + "dev": "cross-env NODE_ENV=development postcss ./src/styles.css -o ../static/css/dist/styles.css --watch", + "heroku-postbuild": "npm run build" }, "keywords": [], "author": "",