We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20c6f1c commit 52937b9Copy full SHA for 52937b9
.github/workflows/ci-pkg-cli.yml
@@ -93,7 +93,7 @@ jobs:
93
- name: Start studio mode for custom questions workflow
94
working-directory: packages/cli/testproject-empty
95
run: |
96
- npx skuilder studio --no-browser > studio.log 2>&1 &
+ npm run studio --no-browser > studio.log 2>&1 &
97
echo "Studio process started with PID: $!"
98
sleep 2
99
0 commit comments