Skip to content

Commit bede7ae

Browse files
committed
Fix nova:install npm command
1 parent 8474d79 commit bede7ae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
fail-fast: true
1010
matrix:
11-
php: [ 8.3, 8.2]
11+
php: [ 8.3, 8.2 ]
1212
laravel: [ 10.* ]
1313
dependency-version: [ prefer-stable ]
1414
include:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"hot": "mix watch --hot",
1212
"prod": "npm run production",
1313
"production": "mix --production",
14-
"nova:install": "npm --prefix='../../vendor/laravel/nova' ci"
14+
"nova:install": "npm --prefix='./vendor/laravel/nova' ci"
1515
},
1616
"devDependencies": {
1717
"laravel-mix": "^6.0.43",

0 commit comments

Comments
 (0)