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 8474d79 commit bede7aeCopy full SHA for bede7ae
.github/workflows/run-tests.yml
@@ -8,7 +8,7 @@ jobs:
8
strategy:
9
fail-fast: true
10
matrix:
11
- php: [ 8.3, 8.2]
+ php: [ 8.3, 8.2 ]
12
laravel: [ 10.* ]
13
dependency-version: [ prefer-stable ]
14
include:
package.json
@@ -11,7 +11,7 @@
"hot": "mix watch --hot",
"prod": "npm run production",
"production": "mix --production",
- "nova:install": "npm --prefix='../../vendor/laravel/nova' ci"
+ "nova:install": "npm --prefix='./vendor/laravel/nova' ci"
15
},
16
"devDependencies": {
17
"laravel-mix": "^6.0.43",
0 commit comments