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 ffd2f4f commit d54e998Copy full SHA for d54e998
package.json
@@ -0,0 +1,12 @@
1
+{
2
+ "name": "build-django-tailwind",
3
+ "description": "Run the tailwind build step before django's collectstatic",
4
+ "version": "1.0.0",
5
+ "engines": {
6
+ "node": "18.x"
7
+ },
8
+ "scripts": {
9
+ "heroku-prebuild": "cd theme/static_src && npm ci --include=dev",
10
+ "heroku-postbuild": "cd theme/static_src && npm run build"
11
+ }
12
+}
0 commit comments