Skip to content

Commit

Permalink
Fixed build script and removed defaults.txt (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
CEbbinghaus authored Oct 27, 2023
1 parent 05dfd2e commit 19f19a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 16 deletions.
6 changes: 3 additions & 3 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,16 @@ fi

if [[ "$*" != *"--skip-frontend"* ]]; then
echo "Building frontend..."
cd src && pnpm install && pnpm run build && cd ..
pnpm install && pnpm run build
fi

echo "Collecting outputs into /build folder"
cp -r src/dist build/
cp -r dist build/
cp -r bin build/
cp main.py build/
cp plugin.json build/
cp README.md build/
cp src/package.json build/
cp package.json build/

if [[ "$*" != *"--skip-copy"* ]]; then
echo "Copying build folder to local plugin directory"
Expand Down
13 changes: 0 additions & 13 deletions defaults/defaults.txt

This file was deleted.

0 comments on commit 19f19a3

Please sign in to comment.