mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-21 09:16:30 -05:00
fix: copy of commons in frontend build
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
parent
f6a6f6b086
commit
f8484ca337
1 changed files with 0 additions and 1 deletions
|
@ -39,7 +39,6 @@ echo "🦔 > Bundling"
|
|||
mv .next/standalone dist
|
||||
mkdir -p dist/frontend/.next
|
||||
cp -R .next/static dist/frontend/.next/static
|
||||
cp next.config.js dist/frontend/next.config.js
|
||||
cp -R public dist/frontend/public
|
||||
rm -f dist/frontend/.env
|
||||
rm -rf dist/frontend/public/public
|
||||
|
|
Loading…
Reference in a new issue