Skip to content

Commit

Permalink
fixes #1042, add template folder to zip build process
Browse files Browse the repository at this point in the history
  • Loading branch information
tgloeggl committed Oct 29, 2024
1 parent d77885e commit 98a48d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"dev": "webpack --mode development --watch",
"prezip": "npm run build",
"translate": "/bin/bash translate.sh && gettext-compile --output vueapp/i18n/translations.json locale/en/LC_MESSAGES/opencast.po",
"zip": "mkdir -p build && zip -r build/Opencast-V$npm_package_version.zip app assets cronjobs locale migrations lib vendor static static_cw LICENSE INSTALL.md README.md bootstrap.php OpenCast.class.php plugin.manifest",
"zip": "mkdir -p build && zip -r build/Opencast-V$npm_package_version.zip app assets cronjobs locale migrations lib vendor templates static static_cw LICENSE INSTALL.md README.md bootstrap.php OpenCast.class.php plugin.manifest",
"docs": "npx redoc-cli build docs/studip_opencast_routes.json --output docs/studip_opencast_routes.html",
"tests": "php vendor/bin/codecept run --steps"
},
Expand Down

0 comments on commit 98a48d9

Please sign in to comment.