Skip to content

Commit 47f8c66

Browse files
committed
Fix nova:install npm command
1 parent 3b7848a commit 47f8c66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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
"@vue/compiler-sfc": "^3.2.41",

0 commit comments

Comments
 (0)