Skip to content

Commit 23dffab

Browse files
heroku post build (#603)
1 parent 8c3c764 commit 23dffab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

theme/static_src/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"build": "npm run build:clean && npm run build:tailwind",
88
"build:clean": "rimraf ../static/css/dist",
99
"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"
10+
"dev": "cross-env NODE_ENV=development postcss ./src/styles.css -o ../static/css/dist/styles.css --watch",
11+
"heroku-postbuild": "npm run build"
1112
},
1213
"keywords": [],
1314
"author": "",

0 commit comments

Comments
 (0)