We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c3c764 commit 23dffabCopy full SHA for 23dffab
theme/static_src/package.json
@@ -7,7 +7,8 @@
7
"build": "npm run build:clean && npm run build:tailwind",
8
"build:clean": "rimraf ../static/css/dist",
9
"build:tailwind": "cross-env NODE_ENV=production postcss ./src/styles.css -o ../static/css/dist/styles.css --minify",
10
- "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",
11
+ "heroku-postbuild": "npm run build"
12
},
13
"keywords": [],
14
"author": "",
0 commit comments