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 e0a3b71 commit 558924eCopy full SHA for 558924e
1 file changed
app.json
@@ -1,7 +1,7 @@
1
{
2
"scripts": {
3
"dokku": {
4
- "predeploy": "set -x; ls /*bin; cd src && pushd pretalx/frontend/schedule-editor/ && npm ci --include dev && popd && ls -la pretalx/frontend/schedule-editor/node_modules/.bin && python -m pretalx rebuild"
+ "predeploy": "set -x; cd src && pushd pretalx/frontend/schedule-editor/ && npm ci --include dev && popd && ls -la pretalx/frontend/schedule-editor/node_modules/.bin && python -m pretalx rebuild"
5
}
6
},
7
"healthchecks": {
0 commit comments