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 a212d50 commit 1d2473dCopy full SHA for 1d2473d
.github/workflows/react-starter-kit.yml
@@ -46,7 +46,7 @@ jobs:
46
run: npx playwright install --with-deps
47
48
- name: Build `react-starter-kit`
49
- run: composer run vue:build
+ run: composer run react:build
50
env:
51
APP_BASE_PATH: ${{ github.workspace }}/vendor/laravel/react-starter-kit
52
composer.json
@@ -82,7 +82,6 @@
82
"@livewire:uninstall",
83
"@react:uninstall",
84
"@vue:install",
85
- "@composer require --dev \"laravel/vue-starter-kit:dev-pest-ci\"",
86
"cd \"./vendor/laravel/vue-starter-kit\" && composer remove --dev \"laravel/sail\" --no-update",
87
"cd \"./vendor/laravel/vue-starter-kit\" && composer install",
88
"cd \"./vendor/laravel/vue-starter-kit\" && composer run post-root-package-install",
0 commit comments