fix path for prod

This commit is contained in:
Greg Newman
2022-05-12 09:37:11 -04:00
parent 41a2e262b1
commit 7e1e27d847

View File

@@ -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",