| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
After https://github.com/hedgedoc/hedgedoc/pull/969 was merged,
a separate configuration file for the sequelize-cli is no longer
required.
Signed-off-by: David Mehren <git@herrmehren.de>
|
|
|
|
| |
Signed-off-by: Claudius <opensource@amenthes.de>
|
|
|
|
|
|
|
|
|
|
| |
this removes the general `postinstall` call to `bin/heroku` and instead
puts it into a heroku-prebuild hook. At the same time, env vars get
updated to use the `CMD` prefix. The configured buildpacks were not used.
Finally, npm run build is now automatically
done by Heroku.
Signed-off-by: Claudius <opensource@amenthes.de>
|
|
|
|
| |
since heroku detects yarn.lock automatically
|
| |
|
|
|
|
| |
This reverts commit ed83dfc862768572eab0c2aed629b1700ac9e224.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
webpack scripts are meant to “build” assets, so place them under the same namespace
* dev => build:dev
* build => build:prod
|
|
|