mirror of
https://github.com/laurent22/joplin.git
synced 2025-03-23 21:09:30 +02:00
fix(ci): desktop package directory navigation fix
correctly navigate to desktop directory for CI building after building default plugins for CI
This commit is contained in:
parent
7a791dbf98
commit
c7228cfcd6
1
.github/scripts/run_ci.sh
vendored
1
.github/scripts/run_ci.sh
vendored
@ -192,6 +192,7 @@ else
|
|||||||
echo "Step: Bundling default plugins for CI check"
|
echo "Step: Bundling default plugins for CI check"
|
||||||
cd "$ROOT_DIR/packages/tools"
|
cd "$ROOT_DIR/packages/tools"
|
||||||
node bundleDefaultPlugins.js
|
node bundleDefaultPlugins.js
|
||||||
|
cd "$ROOT_DIR/packages/app-desktop"
|
||||||
echo "Step: Building but *not* publishing desktop application..."
|
echo "Step: Building but *not* publishing desktop application..."
|
||||||
USE_HARD_LINKS=false yarn run dist --publish=never
|
USE_HARD_LINKS=false yarn run dist --publish=never
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user