mirror of
https://github.com/boostorg/website-v2.git
synced 2026-01-19 04:42:17 +00:00
fix path for prod
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user