diff --git a/src/pretalx/frontend/schedule-editor/package.json b/src/pretalx/frontend/schedule-editor/package.json index 3e9a15e53..91542981f 100644 --- a/src/pretalx/frontend/schedule-editor/package.json +++ b/src/pretalx/frontend/schedule-editor/package.json @@ -10,7 +10,7 @@ "lint:eslint": "eslint . --ext .js,.vue", "lint:stylelint": "stylelint \"**/*.{styl,vue}\"", "i18n:extract": "npx i18next-parser 'src/**/*.vue' -c i18next-parser.config.cjs", - "i18n:convert2gettext": "i18next-conv -l en -s locales/en/translation.json -t locales/en/translation.po", + "i18n:convert2gettext": "npx i18next-conv -l en -s locales/en/translation.json -t locales/en/translation.po", "test": "echo \"Error: no test specified\" && exit 1", "analyze": "ANALYZE=true npm run build", "prepublishOnly": "npm run build:lib"