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 adf6a2e commit 09b87d7Copy full SHA for 09b87d7
composer.json
@@ -23,6 +23,17 @@
23
"pestphp/pest-plugin": true
24
}
25
},
26
+ "scripts": {
27
+ "vue:build": [
28
+ "@putenv APP_BASE_PATH=./vendor/laravel/vue-starter-kit",
29
+ "npm --prefix=./vendor/laravel/vue-starter-kit ci",
30
+ "npm --prefix=./vendor/laravel/vue-starter-kit run build"
31
+ ],
32
+ "vue:test": [
33
34
+ "php vendor/bin/pest"
35
+ ]
36
+ },
37
"minimum-stability": "dev",
38
"prefer-stable": true
39
0 commit comments