Skip to content

Commit d54e998

Browse files
committed
package.json in root
1 parent ffd2f4f commit d54e998

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

package.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)