From 7e1e27d8478293c903d17fbca2e64ebb59e25839 Mon Sep 17 00:00:00 2001 From: Greg Newman Date: Thu, 12 May 2022 09:37:11 -0400 Subject: [PATCH] fix path for prod --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e1896d62..9e3a8173 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "license": "MIT", "scripts": { "dev": "postcss frontend/styles.css -w -d static/css/ --verbose", - "build": "NODE_ENV=production postcss styles.css -d static/css/ --verbose" + "build": "NODE_ENV=production postcss frontend/styles.css -d static/css/ --verbose" }, "dependencies": { "autoprefixer": "^10.4.7",