Commit c06d139
committed
Add alternative build command for prod
A dev dependency (distlib) is failing to install on deploy.
Seeing as we shouldn't need dev dependencies in prod, I hope the issue
can be avoided by installing fewer packages in prod.
This duplicates the `make build` script into `make build-prod`, and
omits the installation of the dev dependencies.1 parent ddc8e5a commit c06d139
1 file changed
+8
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
29 | 37 | | |
30 | 38 | | |
31 | 39 | | |
| |||
0 commit comments