Skip to content

Commit 52937b9

Browse files
committed
use 'local' studio command...
the build here embeds the pkgs from current branch rather than from NPM
1 parent 20c6f1c commit 52937b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-pkg-cli.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
- name: Start studio mode for custom questions workflow
9494
working-directory: packages/cli/testproject-empty
9595
run: |
96-
npx skuilder studio --no-browser > studio.log 2>&1 &
96+
npm run studio --no-browser > studio.log 2>&1 &
9797
echo "Studio process started with PID: $!"
9898
sleep 2
9999

0 commit comments

Comments
 (0)